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>();
		}