Table of Contents

Method IsArrayImpl

Namespace
Microsoft.Samples.Debugging.CorMetadata
Assembly
corapi.dll

IsArrayImpl()

When overridden in a derived class, implements the IsArray property and determines whether the Type is an array.

protected override bool IsArrayImpl()

Returns

bool

true if the Type is an array; otherwise, false.