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 IGame
Declaration
public static IGameFileExtensionProvider WithFileLibrary(this IGameLibrary this)
Parameters
Type | Name | Description |
---|---|---|
IGame |
this | The IGame |
Returns
Type | Description |
---|---|
IGame |
An accessor for files for this IGame. |
WithFiles(IGame)
Access files for this IGame.
Declaration
public static IGameFileExtension WithFiles(this IGame this)
Parameters
Returns
Type | Description |
---|---|
IGame |
An accessor for files for this IGame. |