Click or drag to resize
GridTItem Property

[Missing <summary> documentation for "P:Slash.Collections.Grid.Grid`1.Item(System.Int32,System.Int32)"]

Namespace: Slash.Collections.Grid
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public T this[
	int x,
	int y
] { get; set; }

Parameters

x
Type: SystemInt32
y
Type: SystemInt32

Property Value

Type: T
See Also