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

InterfaceType() 보호된 메소드

/// The does not fit to the syntax. ///
protected InterfaceType ( string name ) : System
name string
리턴 System
		protected InterfaceType(string name) : base(name)
		{
			baseList = new List<InterfaceType>();
		}