Class GameFileExtensionExtensions
Fluent extensions to provide access to game configuration access.
Inheritance
System.Object
GameFileExtensionExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Snowflake.Model.Game.LibraryExtensions
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public static class GameFileExtensionExtensions
Methods
WithFileLibrary(IGameLibrary)
Access files for this IGameLibrary.
Declaration
public static IGameFileExtensionProvider WithFileLibrary(this IGameLibrary this)
Parameters
| Type | Name | Description |
|---|---|---|
| IGameLibrary | this | The IGameLibrary to access files for. |
Returns
| Type | Description |
|---|---|
| IGameFileExtensionProvider | An accessor for files for this IGame. |
WithFiles(IGame)
Access files for this IGame.
Declaration
public static IGameFileExtension WithFiles(this IGame this)
Parameters
| Type | Name | Description |
|---|---|---|
| IGame | this | The IGame to access files for. |
Returns
| Type | Description |
|---|---|
| IGameFileExtension | An accessor for files for this IGame. |