Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Fanx
Fcode
FMethodVar
C# 클래스 Fanx.Fcode.FMethodVar
FMethodVar models one parameter or local variable in a FMethod.
파일 보기
프로젝트 열기: xored/f4
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
def
FBuf
flags
int
name
string
type
int
공개 메소드들
메소드
설명
IsParam
( ) :
bool
read
(
FStore
input
) :
FMethodVar
메소드 상세
IsParam()
공개
메소드
public
IsParam
( ) :
bool
리턴
bool
read()
공개
메소드
public
read
(
FStore
input
) :
FMethodVar
input
FStore
리턴
FMethodVar
프로퍼티 상세
def
공개적으로 프로퍼티
public
FBuf,Fanx.Fcode
def
리턴
FBuf
flags
공개적으로 프로퍼티
public
int
flags
리턴
int
name
공개적으로 프로퍼티
public
string
name
리턴
string
type
공개적으로 프로퍼티
public
int
type
리턴
int