Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
IronPython
Runtime
Types
ExtensionPropertyInfo
C# Class IronPython.Runtime.Types.ExtensionPropertyInfo
Datei anzeigen
Open project: jschementi/iron
Class Usage Examples
Public Methods
Method
Description
ExtensionPropertyInfo
(
Type
logicalDeclaringType
,
MethodInfo
mi
) :
System
Private Methods
Method
Description
GetPropertyMethods
(
MethodInfo
mi
,
string
methodName
,
string
prefix
,
string
get
,
string
set
,
string
delete
) :
void
Method Details
ExtensionPropertyInfo()
public
method
public
ExtensionPropertyInfo
(
Type
logicalDeclaringType
,
MethodInfo
mi
) :
System
logicalDeclaringType
System.Type
mi
System.Reflection.MethodInfo
return
System