Method | Description | |
---|---|---|
Add ( SuiteRelativePath path ) : void |
Adds a file to the set
|
|
Remove ( SuiteRelativePath path ) : void |
Removes a file from the set
|
|
SourceSet ( SourceSetType type ) : System.Collections.Generic |
Creates an empty source set
|
public Add ( SuiteRelativePath path ) : void | ||
path | SuiteRelativePath | Path of the file relative to the suite root |
return | void |
public Remove ( SuiteRelativePath path ) : void | ||
path | SuiteRelativePath | Path of the file relative to the suite root |
return | void |
public SourceSet ( SourceSetType type ) : System.Collections.Generic | ||
type | SourceSetType | Type of sources in this set |
return | System.Collections.Generic |