Fan.Sys.Field.Field C# (CSharp) Method

Field() public method

public Field ( Type parent, string name, int flags, Facets facets, int lineNum, Type type ) : System
parent Type
name string
flags int
facets Facets
lineNum int
type Type
return System
        public Field(Type parent, string name, int flags, Facets facets, int lineNum, Type type)
            : base(parent, name, flags, facets, lineNum)
        {
            this.m_type = type;
        }