Public Overridable Sub SendersGet( _
ByVal As String, _
ByRef As Object _
)
public virtual void SendersGet(
string ,
out object
)
public procedure SendersGet(
: String;
Out : TObject
); virtual;
public: virtual void SendersGet(
BSTR* ,
[PARAMFLAG::Out] IUnknown*
)