GetStaticName() public static method

public static GetStaticName ( Type type ) : string
type System.Type
return string
コード例 #1
0
 public static string GetBlendOpFriendlyName(Type opType)
 {
     return(Utility.GetStaticName(opType));
 }
コード例 #2
0
ファイル: UserBlendOp.cs プロジェクト: ywscr/Pinta
 public override string ToString()
 {
     return(Utility.GetStaticName(this.GetType()));
 }