EditorPartCollection.Empty フィールド

定義

コレクションの静的な読み取り専用の空のインスタンスを参照します。

public: static initonly System::Web::UI::WebControls::WebParts::EditorPartCollection ^ Empty;
public static readonly System.Web.UI.WebControls.WebParts.EditorPartCollection Empty;
 staticval mutable Empty : System.Web.UI.WebControls.WebParts.EditorPartCollection
Public Shared ReadOnly Empty As EditorPartCollection 

フィールド値

注釈

EditorPartCollectionの静的で読み取り専用の空のインスタンスは、空のコレクション インスタンスがメソッドから適切なオブジェクト型を返したり、インスタンスを別のオブジェクトと比較したりする場合に、メモリ使用量を削減しますが、インスタンスにメンバーを追加する必要はありません。

適用対象

こちらもご覧ください