ABB.Swum.FieldContext.FieldContext C# (CSharp) Метод

FieldContext() публичный Метод

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.
Результат System
        public FieldContext(string idType, bool idTypeIsPrimitive, string declaringClass) : base(idType, idTypeIsPrimitive, declaringClass) { }

Same methods

FieldContext::FieldContext ( ) : System
FieldContext