コード例 #1
0
 string ICustomTypeDescriptor.GetClassName()
 {
     return(CustomTypeDescHelpers.GetClassName(this));
 }
コード例 #2
0
 public string GetClassName()
 {
     return(CustomTypeDescHelpers.GetClassName(this));
 }