C# Class Language, RPGQuest

Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Свойство Type Description
text string[]

Méthodes publiques

Méthode Description
Add ( string add ) : void
Copy ( int index ) : void
Count ( ) : int
Language ( ) : System.Collections
Language ( int size ) : System.Collections
Language ( string add ) : System.Collections
Remove ( int index ) : void

Method Details

Add() public méthode

public Add ( string add ) : void
add string
Résultat void

Copy() public méthode

public Copy ( int index ) : void
index int
Résultat void

Count() public méthode

public Count ( ) : int
Résultat int

Language() public méthode

public Language ( ) : System.Collections
Résultat System.Collections

Language() public méthode

public Language ( int size ) : System.Collections
size int
Résultat System.Collections

Language() public méthode

public Language ( string add ) : System.Collections
add string
Résultat System.Collections

Remove() public méthode

public Remove ( int index ) : void
index int
Résultat void

Property Details

text public_oe property

public string[] text
Résultat string[]