共用方式為


DotNetSerializableCodec.IsSupportedType(Type) 方法

定義

判斷這個實例是否支援指定的型別。

[System.Security.SecurityCritical]
public bool IsSupportedType (Type type);
[<System.Security.SecurityCritical>]
abstract member IsSupportedType : Type -> bool
override this.IsSupportedType : Type -> bool
Public Function IsSupportedType (type As Type) As Boolean

參數

type
Type

類型。

傳回

如果支援指定的型別,則為 true,否則為 false

實作

屬性

適用於