Property | Type | Description | |
---|---|---|---|
QiType | System |
Method | Description | |
---|---|---|
GetMapKeyType ( ) : |
型が連想配列の場合、キーの型を取得します。
|
|
GetMapValueType ( ) : |
型が連想配列の場合、値の型を取得します。
|
|
GetTupleCount ( ) : int |
型がタプルの場合、タプルの要素数を取得します。
|
|
GetTupleTypeAt ( int index ) : |
型がタプルの場合、タプルの指定した位置の値の型を取得します。
|
|
GetTupleTypes ( ) : Baku.LibqiDotNet.QiType[] |
型がタプルの場合、タプルの各要素の型をまとめたものを取得します。
|
Method | Description | |
---|---|---|
QiType ( |
public GetTupleTypeAt ( int index ) : |
||
index | int | 指定するインデクス |
return |
public GetTupleTypes ( ) : Baku.LibqiDotNet.QiType[] | ||
return | Baku.LibqiDotNet.QiType[] |