NClass.Core.DelegateType.DelegateType C# (CSharp) 메소드

DelegateType() 보호된 메소드

/// The does not fit to the syntax. ///
protected DelegateType ( string name ) : System
name string
리턴 System
		protected DelegateType(string name) : base(name)
		{
			argumentList = Language.CreateParameterCollection();
			returnType = DefaultReturnType;
		}