配列要素の値

Namespace: fvalgcli
Assembly: fvalgcli (in fvalgcli.dll) Version: 3.1.0.0 (3.1.0.11)

Syntax

C#
public F_NN_COND this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( 
	index As Integer
) As F_NN_COND
	Get
	Set

Parameters

index
Type: System..::..Int32
配列指標 (0~)

Return Value

Type: F_NN_COND
指定された要素を返します。

See Also