共用方式為


EdmTypeSemantics.IsComplex(IEdmTypeReference) 方法

定義

如果這個參考參考複雜類型,則傳回 true。

public static bool IsComplex (this Microsoft.OData.Edm.IEdmTypeReference type);
static member IsComplex : Microsoft.OData.Edm.IEdmTypeReference -> bool
<Extension()>
Public Function IsComplex (type As IEdmTypeReference) As Boolean

參數

type
IEdmTypeReference

類型參考。

傳回

此參考是指複雜型別。

適用於