Missing.Value フィールド

定義

Missing クラスの唯一のインスタンスを表します。

public: static initonly System::Reflection::Missing ^ Value;
public static readonly System.Reflection.Missing Value;
 staticval mutable Value : System.Reflection.Missing
Public Shared ReadOnly Value As Missing 

フィールド値

注釈

Missing クラスのこのインスタンスを使用して、欠損値を表します。たとえば、既定のパラメーター値を持つメソッドを呼び出すときなどです。 コード例については、 Missing クラスを参照してください。

適用対象