NClass.CSharp.CSharpField.CSharpField C# (CSharp) Method

CSharpField() private method

/// The does not fit to the syntax. /// /// The language of does not equal. /// /// is null. ///
private CSharpField ( string name, CompositeType parent ) : System
name string
parent NClass.Core.CompositeType
return System
		internal CSharpField(string name, CompositeType parent) : base(name, parent)
		{
			IsConstant = false;
		}

Same methods

CSharpField::CSharpField ( CompositeType parent ) : System