TypeParameterKind 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示不同類型的類型參數。
public enum class TypeParameterKind
public enum TypeParameterKind
type TypeParameterKind =
Public Enum TypeParameterKind
- 繼承
-
TypeParameterKind
欄位
Cref | 2 | 在 XML 檔批註的屬性中 |
Method | 1 | 方法的類型參數。 例如: |
Type | 0 | 具名型別的類型參數。 例如: |