C# Класс Bari.Core.Model.SourceSet

A set of source files, belonging to the same set
Наследование: ISourceSet
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Add() публичный Метод

Adds a file to the set
public Add ( SuiteRelativePath path ) : void
path SuiteRelativePath Path of the file relative to the suite root
Результат void

Remove() публичный Метод

Removes a file from the set
public Remove ( SuiteRelativePath path ) : void
path SuiteRelativePath Path of the file relative to the suite root
Результат void

SourceSet() публичный Метод

Creates an empty source set
public SourceSet ( SourceSetType type ) : System.Collections.Generic
type SourceSetType Type of sources in this set
Результат System.Collections.Generic