Property | Type | Description | |
---|---|---|---|
PublicInstanceField | object | ||
PublicStaticField | object |
Property | Type | Description | |
---|---|---|---|
ProtectedInstanceField | object | ||
ProtectedStaticField | object |
Property | Type | Description | |
---|---|---|---|
FixWarningsNonPublic | void | ||
FixWarningsStaticNonPublic | void | ||
PrivateInstanceMethod | void | ||
PrivateStaticMethod | void | ||
Sink | void | ||
TypeExtenderFoo | System | ||
TypeExtenderFoo | System |
Method | Description | |
---|---|---|
FixWarnings ( string a, int b ) : void | ||
FixWarningsStatic ( string a, int b ) : void | ||
PublicInstanceMethod ( ) : void | ||
PublicStaticMethod ( ) : void | ||
TypeExtenderFoo ( ) : System |
Method | Description | |
---|---|---|
ProtectedInstanceMethod ( ) : void | ||
ProtectedStaticMethod ( ) : void | ||
TypeExtenderFoo ( float a ) : System |
Method | Description | |
---|---|---|
FixWarningsNonPublic ( string a, int b, decimal c ) : void | ||
FixWarningsStaticNonPublic ( string a, int b, decimal c ) : void | ||
PrivateInstanceMethod ( ) : void | ||
PrivateStaticMethod ( ) : void | ||
Sink ( object sender, |
||
TypeExtenderFoo ( double b ) : System | ||
TypeExtenderFoo ( float a, double b, string c ) : System |
public FixWarnings ( string a, int b ) : void | ||
a | string | |
b | int | |
return | void |
public static FixWarningsStatic ( string a, int b ) : void | ||
a | string | |
b | int | |
return | void |
protected static ProtectedStaticMethod ( ) : void | ||
return | void |
protected TypeExtenderFoo ( float a ) : System | ||
a | float | |
return | System |
protected static object ProtectedStaticField | ||
return | object |