Interface IScalars
Represents set of Scalar(s), which is specially optimized for single-item and immutable set.
Inherited Members
System.Collections.Generic.IReadOnlyCollection<DevZest.Data.Presenters.Scalar>.Count
System.Collections.Generic.IEnumerable<DevZest.Data.Presenters.Scalar>.GetEnumerator()
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public interface IScalars : IReadOnlyCollection<Scalar>, IEnumerable<Scalar>, IEnumerable
Properties
Name | Description |
---|---|
IsSealed | Gets a value indicates whether this set is sealed. |
Methods
Name | Description |
---|---|
Add(Scalar) | Adds the specified Scalar into this set. |
Clear() | Removes all the Scalar from this set. |
Contains(Scalar) | Determines whether this set contains a specified Scalar. |
Remove(Scalar) | Removes the specified Scalar from this set. |
Seal() | Ensures this set is sealed. |