CodedIndex.CustomAttributeType(EntityHandle) Method

Definition

Calculates a CustomAttributeType coded index for the specified handle.

public:
 static int CustomAttributeType(System::Reflection::Metadata::EntityHandle handle);
public static int CustomAttributeType (System.Reflection.Metadata.EntityHandle handle);
static member CustomAttributeType : System.Reflection.Metadata.EntityHandle -> int
Public Shared Function CustomAttributeType (handle As EntityHandle) As Integer

Parameters

Returns

Exceptions

The handle type is unexpected.

Applies to