Table of Contents

Method IsPrimitiveImpl

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

IsPrimitiveImpl()

When overridden in a derived class, implements the IsPrimitive property and determines whether the Type is one of the primitive types.

protected override bool IsPrimitiveImpl()

Returns

bool

true if the Type is one of the primitive types; otherwise, false.