Class DecodeAlias
Provide field and property aliases when an object is decoded.
If a field or property is not found while decoding, this list will be searched for a matching alias.
Assembly: RedLoader.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = true)]
public class DecodeAlias : Attribute
Constructors
DecodeAlias(params string[])
Declaration
public DecodeAlias(params string[] names)
Parameters
Type |
Name |
Description |
string[] |
names |
|
Properties
Names
Declaration
public string[] Names { get; }
Property Value
Methods
Contains(string)
Declaration
public bool Contains(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns