The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PropertyBuilder::AddOtherMethod Method (MethodBuilder^)
.NET Framework (current version)
Adds one of the other methods associated with this property.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- mdBuilder
-
Type:
System.Reflection.Emit::MethodBuilder^
A MethodBuilder object that represents the other method.
| Exception | Condition |
|---|---|
| ArgumentNullException | mdBuilder is null. |
| InvalidOperationException | CreateType has been called on the enclosing type. |
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: