Click or drag to resize
GridT Class

[Missing <summary> documentation for "T:Slash.Collections.Grid.Grid`1"]

Inheritance Hierarchy
SystemObject
  Slash.Collections.GridGridT

Namespace: Slash.Collections.Grid
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public class Grid<T> : IEnumerable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Slash.Collections.Grid.Grid`1"]

The GridT type exposes the following members.

Constructors
  NameDescription
Public methodGridT(T)
Initializes a new instance of the GridT class
Public methodGridT(GridT)
Initializes a new instance of the GridT class
Public methodGridT(Int32, Int32)
Initializes a new instance of the GridT class
Top
Properties
  NameDescription
Public propertyHeight
Public propertyItem
Public propertyWidth
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodIsNullOrEmpty
Determines whether the collection is null or contains no elements.
(Defined by EnumerableExtensionMethods.)
Top
See Also