C# Class Indiefreaks.Xna.Sessions.SessionProperties

The SessionProperties contains a set of data used to filter session queries
If possible use int enumerations as they'll be easier to maintain in the game
Exibir arquivo Open project: Indiefreaks/igf Class Usage Examples

Public Methods

Method Description
SessionProperties ( ) : System

Creates a new instance

this ( int index ) : int?

Returns the property value at the given index position

Method Details

SessionProperties() public method

Creates a new instance
public SessionProperties ( ) : System
return System

this() public method

Returns the property value at the given index position
public this ( int index ) : int?
index int
return int?