RefKind 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示參考的類型。
public enum class RefKind
public enum RefKind
type RefKind =
Public Enum RefKind
- 繼承
-
RefKind
欄位
In | 3 | 表示 「in」 參數。 |
None | 0 | 表示 「value」 參數或傳回型別。 |
Out | 2 | 表示 「out」 參數。 |
Ref | 1 | 表示 「ref」 參數或傳回型別。 |
RefReadOnly | 3 | 表示 「ref readonly」 傳回類型。 |
RefReadOnlyParameter | 4 | 表示 「ref readonly」 參數。 |