Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Tools
LineList
C# Class Tools.LineList
ファイルを表示
Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015
Class Usage Examples
Public Properties
Property
Type
Description
comments
CommentList
head
int
tail
LineList
Public Methods
Method
Description
LineList
(
int
h
,
LineList
t
) :
System
getpos
(
int
pos
) :
int
Method Details
LineList()
public
method
public
LineList
(
int
h
,
LineList
t
) :
System
h
int
t
LineList
return
System
getpos()
public
method
public
getpos
(
int
pos
) :
int
pos
int
return
int
Property Details
comments
public_oe property
public
CommentList,Tools
comments
return
CommentList
head
public_oe property
public
int
head
return
int
tail
public_oe property
public
LineList,Tools
tail
return
LineList