'Declaration<DefaultValueAttribute(False)> Public ReadOnly Property IsFixedSize As Boolean
'UsageDim instance As ElasticVector Dim value As Boolean value = instance.IsFixedSize
[DefaultValue(false)] public bool IsFixedSize {get;}
[DefaultValue(false)] public: property bool IsFixedSize { bool get(); }