PrincipalValueCollection<T>.IsFixedSize Propriedade
Definição
Obtém um bool que representa se a coleção tem um tamanho fixo ou não.Gets a bool that represents whether or not the collection is fixed in size.
public:
property bool IsFixedSize { bool get(); };
public bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public ReadOnly Property IsFixedSize As Boolean