PEAPI

Property.AddOther Method 

Add another method to this property

[Visual Basic]
Public Sub AddOther( _
   ByVal other As PEAPI.MethodDef _
)
[C#]
public void AddOther(
   MethodDef other
);

Parameters

other
the method

See Also

Property Class | Property Members | PEAPI Namespace