共用方式為


SerializerTypeMetadata(Type, Type, Boolean) 建構函式

定義

public SerializerTypeMetadata (Type target, Type serializer, bool overrideExisting = true);
new Orleans.Serialization.SerializerTypeMetadata : Type * Type * bool -> Orleans.Serialization.SerializerTypeMetadata
Public Sub New (target As Type, serializer As Type, Optional overrideExisting As Boolean = true)

參數

target
Type
serializer
Type
overrideExisting
Boolean

適用於