C# Class TagTool.Sounds.SoundPackFolder

A folder in a sound pack.
Show file Open project: TheGuardians/TagTool Class Usage Examples

Public Methods

Method Description
AddFile ( SoundPackFile file ) : void

Adds a file to the folder.

SoundPackFolder ( string name ) : System.Collections.Generic
ToString ( ) : string

Returns the folder's name.

Method Details

AddFile() public method

Adds a file to the folder.
public AddFile ( SoundPackFile file ) : void
file SoundPackFile The file to add.
return void

SoundPackFolder() public method

public SoundPackFolder ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

ToString() public method

Returns the folder's name.
public ToString ( ) : string
return string