GetStaticName() public static method

public static GetStaticName ( Type type ) : string
type System.Type
return string
Exemplo n.º 1
0
 public static string GetBlendOpFriendlyName(Type opType)
 {
     return(Utility.GetStaticName(opType));
 }
Exemplo n.º 2
0
 public override string ToString()
 {
     return(Utility.GetStaticName(this.GetType()));
 }