GridSelection
Note
Stable API. Supported for production use within the 1.x compatibility contract.
| Contract | Value |
|---|---|
| Assembly | LostLily.GridToolkit.Runtime |
| Namespace | LostLily.GridToolkit.Selection |
| Kind | class |
| Tier | Stable |
| Roles | CustomerWorkflow |
| Validated version | 1.0.0 |
Declaration
type class LostLily.GridToolkit.Selection.GridSelection : System.Collections.Generic.IReadOnlyList<LostLily.GridToolkit.Coordinates.GridCoordinate>
Public members
Methods
LostLily.GridToolkit.Selection.GridSelection Where(System.Func<LostLily.GridToolkit.Coordinates.GridCoordinate,System.Boolean>)
System.Boolean Contains(LostLily.GridToolkit.Coordinates.GridCoordinate)
System.Collections.Generic.IEnumerator<LostLily.GridToolkit.Coordinates.GridCoordinate> GetEnumerator()
System.Void .ctor(System.Collections.Generic.IEnumerable<LostLily.GridToolkit.Coordinates.GridCoordinate>)
Properties
LostLily.GridToolkit.Coordinates.GridCoordinate Item { get; }
LostLily.GridToolkit.Selection.GridSelection Empty { get; }
System.Int32 Count { get; }
Versioning
Generated from the public Grid Toolkit 1.0.0 API metadata. Use the tier above when deciding how strongly to couple your project to this contract.