is_compact


Description:

public bool is_compact { get; }

Instances of compact classes are fast to create and have a compact memory layout. Compact classes don't support runtime type information or virtual methods.