Show / Hide Table of Contents

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.

Extension Methods

Scalars.Except(IScalars, IScalars)
Scalars.Intersect(IScalars, IScalars)
Scalars.IsProperSubsetOf(IScalars, IScalars)
Scalars.IsProperSupersetOf(IScalars, IScalars)
Scalars.IsSubsetOf(IScalars, IScalars)
Scalars.IsSupersetOf(IScalars, IScalars)
Scalars.Overlaps(IScalars, IScalars)
Scalars.SetEquals(IScalars, IScalars)
Scalars.SymmetricExcept(IScalars, IScalars)
Scalars.Union(IScalars, IScalars)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest