C# Class MixinRefactoring.BaseTypeSyntaxExtension

显示文件 Open project: pgenfer/mixinSharp

Public Methods

Method Description
TypeName ( this node ) : string

returns the name of the given type without any leading or trailing whitespaces

Method Details

TypeName() public static method

returns the name of the given type without any leading or trailing whitespaces
public static TypeName ( this node ) : string
node this
return string