C# 클래스 Baku.LibqiDotNet.QiType

QiValueのインスタンスに対応する型情報を表します。
파일 보기 프로젝트 열기: malaybaku/BakuLibQiDotNet

Private Properties

프로퍼티 타입 설명
QiType System

공개 메소드들

메소드 설명
GetMapKeyType ( ) : QiType

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

GetMapValueType ( ) : QiType

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

GetTupleCount ( ) : int

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

GetTupleTypeAt ( int index ) : QiType

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

GetTupleTypes ( ) : Baku.LibqiDotNet.QiType[]

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

비공개 메소드들

메소드 설명
QiType ( IntPtr handle ) : System

메소드 상세

GetMapKeyType() 공개 메소드

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

GetMapValueType() 공개 메소드

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

GetTupleCount() 공개 메소드

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

GetTupleTypeAt() 공개 메소드

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

GetTupleTypes() 공개 메소드

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