public void SetItem1d(
int index1,
D value
)
Public Sub SetItem1d (
index1 As Integer,
value As D
)
public:
virtual void SetItem1d(
int index1,
D value
) sealed
abstract SetItem1d :
index1 : int *
value : 'D -> unit
override SetItem1d :
index1 : int *
value : 'D -> unit