指定した位置の値を取得する
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public T Get<T>(
int index
)
Public Function Get(Of T) (
index As Integer
) As T
public:
generic<typename T>
T Get(
int index
)
member Get :
index : int -> 'T
Parameters
- index
- Type: SystemInt32
インデックス
Type Parameters
- T
- 型
Return Value
Type:
T指定した位置の値
Exceptions Version Information Core
Supported in: 1.0
See Also