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

InterfaceType() protected method

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