C# Class XRayBuilderGUI.XRay.Chapter

ファイルを表示 Open project: Ephemerality/xray-builder.gui

Public Properties

Property Type Description
End long
name string
start long

Public Methods

Method Description
Chapter ( ) : System
Chapter ( string name, long start, long end ) : System
ToString ( ) : string

Method Details

Chapter() public method

public Chapter ( ) : System
return System

Chapter() public method

public Chapter ( string name, long start, long end ) : System
name string
start long
end long
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

End public_oe property

public long End
return long

name public_oe property

public string name
return string

start public_oe property

public long start
return long