| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Properties | |
| MemberMapping | Mapping [get] | 
| string | Source [get] | 
| string | ArrayName [get] | 
| string | ArraySource [get] | 
| bool | IsList [get] | 
| bool | IsArrayLike [get] | 
| bool | IsNullable [get, set] | 
| bool | MultiRef [get, set] | 
| int | FixupIndex [get, set] | 
| string | ParamsReadSource [get, set] | 
| string | CheckSpecifiedSource [get, set] | 
| string | ChoiceSource [get] | 
| string | ChoiceArrayName [get] | 
| string | ChoiceArraySource [get] | 
Private Attributes | |
| readonly string | _source | 
| readonly string | _arrayName | 
| readonly string | _arraySource | 
| readonly string | _choiceArrayName | 
| readonly string | _choiceSource | 
| readonly string | _choiceArraySource | 
| readonly MemberMapping | _mapping | 
| readonly bool | _isArray | 
| readonly bool | _isList | 
| bool | _isNullable | 
| bool | _multiRef | 
| int | _fixupIndex = -1 | 
| string | _paramsReadSource | 
| string | _checkSpecifiedSource | 
Definition at line 31 of file XmlSerializationReaderCodeGen.cs.