public bool FixedLength { get; }
Public ReadOnly Property FixedLength As Boolean
Get
Dim instance As StructInfo
Dim value As Boolean
value = instance.FixedLength
public:
property bool FixedLength {
bool get ();
}
member FixedLength : bool with get