C# Class Baku.LibqiDotNet.QiType

QiValueのインスタンスに対応する型情報を表します。
Afficher le fichier Open project: malaybaku/BakuLibQiDotNet

Private Properties

Свойство Type Description
QiType System

Méthodes publiques

Méthode Description
GetMapKeyType ( ) : QiType

型が連想配列の場合、キーの型を取得します。

GetMapValueType ( ) : QiType

型が連想配列の場合、値の型を取得します。

GetTupleCount ( ) : int

型がタプルの場合、タプルの要素数を取得します。

GetTupleTypeAt ( int index ) : QiType

型がタプルの場合、タプルの指定した位置の値の型を取得します。

GetTupleTypes ( ) : Baku.LibqiDotNet.QiType[]

型がタプルの場合、タプルの各要素の型をまとめたものを取得します。

Private Methods

Méthode Description
QiType ( IntPtr handle ) : System

Method Details

GetMapKeyType() public méthode

型が連想配列の場合、キーの型を取得します。
public GetMapKeyType ( ) : QiType
Résultat QiType

GetMapValueType() public méthode

型が連想配列の場合、値の型を取得します。
public GetMapValueType ( ) : QiType
Résultat QiType

GetTupleCount() public méthode

型がタプルの場合、タプルの要素数を取得します。
public GetTupleCount ( ) : int
Résultat int

GetTupleTypeAt() public méthode

型がタプルの場合、タプルの指定した位置の値の型を取得します。
public GetTupleTypeAt ( int index ) : QiType
index int 指定するインデクス
Résultat QiType

GetTupleTypes() public méthode

型がタプルの場合、タプルの各要素の型をまとめたものを取得します。
public GetTupleTypes ( ) : Baku.LibqiDotNet.QiType[]
Résultat Baku.LibqiDotNet.QiType[]