次の方法で共有


SerializationEventHandler 代理人

定義

public delegate void SerializationEventHandler(StreamingContext context);
public delegate void SerializationEventHandler(StreamingContext context);
type SerializationEventHandler = delegate of StreamingContext -> unit
Public Delegate Sub SerializationEventHandler(context As StreamingContext)

パラメーター

拡張メソッド

GetMethodInfo(Delegate)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象