Method | Description | |
---|---|---|
FieldContext ( ) : System |
Creates a new empty FieldContext.
|
|
FieldContext ( string idType, bool idTypeIsPrimitive, string declaringClass ) : System |
Creates a new FieldContext.
|
public FieldContext ( string idType, bool idTypeIsPrimitive, string declaringClass ) : System | ||
idType | string | The type of the field. |
idTypeIsPrimitive | bool | Whether the type of the field is a primitive data type. |
declaringClass | string | The class that the field is part of. |
return | System |