Field 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Field(Tag) |
初始化 Field 結構的新執行個體。 |
Field(Tag, UInt32, Type) |
初始化 Field 結構的新執行個體。 |
Field(Tag)
Field(Tag, UInt32, Type)
初始化 Field 結構的新執行個體。
public Field (Orleans.Serialization.WireProtocol.Tag tag, uint extendedFieldIdDelta, Type type);
new Orleans.Serialization.WireProtocol.Field : Orleans.Serialization.WireProtocol.Tag * uint32 * Type -> Orleans.Serialization.WireProtocol.Field
Public Sub New (tag As Tag, extendedFieldIdDelta As UInteger, type As Type)
參數
- tag
- Tag
標籤。
- extendedFieldIdDelta
- UInt32
擴充欄位識別碼差異。
- type
- Type
類型。