C# Class Language, RPGQuest

Exibir arquivo Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
text string[]

Public Methods

Method 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 method

public Add ( string add ) : void
add string
return void

Copy() public method

public Copy ( int index ) : void
index int
return void

Count() public method

public Count ( ) : int
return int

Language() public method

public Language ( ) : System.Collections
return System.Collections

Language() public method

public Language ( int size ) : System.Collections
size int
return System.Collections

Language() public method

public Language ( string add ) : System.Collections
add string
return System.Collections

Remove() public method

public Remove ( int index ) : void
index int
return void

Property Details

text public_oe property

public string[] text
return string[]