Interface IPackage
Namespace: PureFileValidationPvp
Syntax
public interface IPackage
Properties
Files
Declaration
IReadOnlyList<string> Files { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<String> |
Methods
Open(String)
Declaration
Stream Open(string filename)
Parameters
Type | Name | Description |
---|---|---|
String | filename |
Returns
Type | Description |
---|---|
Stream |