GenericPropertyTKey

GenericProperty<TKey> structure

コンテナー プロパティを表します。

public struct GenericProperty<TKey>
    where TKey : struct
パラメータ説明
TKeyプロパティ値のタイプ。

コンストラクター

名前説明
GenericProperty(string)の新しいインスタンスを初期化しますGenericProperty構造体。

プロパティ

名前説明
Name { get; }プロパティの名前を取得します。
Value { get; }プロパティの値を取得します。

関連項目