Extensions.IsAttachmentType(Type) Method

Definition

Type is AwaitableAttachment or descendant.

public static bool IsAttachmentType (this Type type);
static member IsAttachmentType : Type -> bool
<Extension()>
Public Function IsAttachmentType (type As Type) As Boolean

Parameters

type
Type

Type to check.

Returns

Boolean

True if awaitable attachment or descendant.

Applies to