Vector<T>.IsSupported プロパティ

定義

Tがサポートされているかどうかを示す値を取得します。

public:
 static property bool IsSupported { bool get(); };
public static bool IsSupported { get; }
static member IsSupported : bool
static member IsSupported : bool
Public Shared ReadOnly Property IsSupported As Boolean

プロパティ値

true Tがサポートされている場合は。それ以外の場合はfalse

適用対象