'Declaration Public Default Property Item( _ ByVal row As Integer, _ ByVal column As Integer _ ) As T
'Declaration
Public Default Property Item( _ ByVal row As Integer, _ ByVal column As Integer _ ) As T
public T this[ int row, int column ]; {get; set;}
CellMatrix<T> クラス CellMatrix<T> メンバ
© MESCIUS inc. All rights reserved.