NClass.Core.Field.Field C# (CSharp) Method

Field() protected method

/// The does not fit to the syntax. /// /// The language of does not equal. /// /// is null. ///
protected Field ( string name, CompositeType parent ) : System
name string
parent CompositeType
return System
		protected Field(string name, CompositeType parent) : base(name, parent)
		{
		}