GetStaticName() public static method

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