NArrange.Core.CodeElements.TypeParameter.TypeParameter C# (CSharp) Method

TypeParameter() public method

Creates a new TypeParameter.
public TypeParameter ( ) : System
return System
        public TypeParameter()
        {
            _name = string.Empty;
        }

Same methods

TypeParameter::TypeParameter ( string name ) : System