コード例 #1
0
ファイル: OldClass.cs プロジェクト: weimingtom/IronPythonMod
 object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)
 {
     return(CustomTypeDescHelpers.GetPropertyOwner(this, pd));
 }
コード例 #2
0
ファイル: OldClass.cs プロジェクト: weimingtom/IronPythonMod
 PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
 {
     return(CustomTypeDescHelpers.GetProperties(attributes));
 }
コード例 #3
0
ファイル: OldClass.cs プロジェクト: weimingtom/IronPythonMod
 PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()
 {
     return(CustomTypeDescHelpers.GetProperties(this));
 }
コード例 #4
0
ファイル: OldClass.cs プロジェクト: weimingtom/IronPythonMod
 EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes)
 {
     return(CustomTypeDescHelpers.GetEvents(attributes));
 }
コード例 #5
0
ファイル: OldClass.cs プロジェクト: weimingtom/IronPythonMod
 EventDescriptorCollection ICustomTypeDescriptor.GetEvents()
 {
     return(CustomTypeDescHelpers.GetEvents(this));
 }
コード例 #6
0
ファイル: OldClass.cs プロジェクト: weimingtom/IronPythonMod
 PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
 {
     return(CustomTypeDescHelpers.GetDefaultProperty(this));
 }
コード例 #7
0
ファイル: OldClass.cs プロジェクト: weimingtom/IronPythonMod
 object ICustomTypeDescriptor.GetEditor(Type editorBaseType)
 {
     return(CustomTypeDescHelpers.GetEditor(this, editorBaseType));
 }
コード例 #8
0
ファイル: OldClass.cs プロジェクト: weimingtom/IronPythonMod
 EventDescriptor ICustomTypeDescriptor.GetDefaultEvent()
 {
     return(CustomTypeDescHelpers.GetDefaultEvent(this));
 }
コード例 #9
0
ファイル: OldClass.cs プロジェクト: weimingtom/IronPythonMod
 TypeConverter ICustomTypeDescriptor.GetConverter()
 {
     return(CustomTypeDescHelpers.GetConverter(this));
 }
コード例 #10
0
ファイル: OldClass.cs プロジェクト: weimingtom/IronPythonMod
 string ICustomTypeDescriptor.GetComponentName()
 {
     return(CustomTypeDescHelpers.GetComponentName(this));
 }
コード例 #11
0
ファイル: OldClass.cs プロジェクト: weimingtom/IronPythonMod
 string ICustomTypeDescriptor.GetClassName()
 {
     return(CustomTypeDescHelpers.GetClassName(this));
 }
コード例 #12
0
ファイル: OldClass.cs プロジェクト: weimingtom/IronPythonMod
 AttributeCollection ICustomTypeDescriptor.GetAttributes()
 {
     return(CustomTypeDescHelpers.GetAttributes(this));
 }