C# Class XRayBuilderGUI.XRay.Chapter

Afficher le fichier Open project: Ephemerality/xray-builder.gui

Méthodes publiques

Свойство Type Description
End long
name string
start long

Méthodes publiques

Méthode Description
Chapter ( ) : System
Chapter ( string name, long start, long end ) : System
ToString ( ) : string

Method Details

Chapter() public méthode

public Chapter ( ) : System
Résultat System

Chapter() public méthode

public Chapter ( string name, long start, long end ) : System
name string
start long
end long
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

End public_oe property

public long End
Résultat long

name public_oe property

public string name
Résultat string

start public_oe property

public long start
Résultat long