TypeVersionIsFixedSize Property |
A type is fixed size if it only has fixed size fields
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic bool IsFixedSize { get; }
Public ReadOnly Property IsFixedSize As Boolean
Get
public:
property bool IsFixedSize {
bool get ();
}
member IsFixedSize : bool with get
Property Value
Type:
Boolean
See Also