Extensions.IsAttachmentCollection(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type is enumerable of awaitable attachments.
public static bool IsAttachmentCollection (this Type type);
static member IsAttachmentCollection : Type -> bool
<Extension()>
Public Function IsAttachmentCollection (type As Type) As Boolean
Parameters
- type
- Type
Type to check.
Returns
True if enumerable of awaitable attachments.