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
Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Méthodes publiques

Méthode Description
SessionProperties ( ) : System

Creates a new instance

this ( int index ) : int?

Returns the property value at the given index position

Method Details

SessionProperties() public méthode

Creates a new instance
public SessionProperties ( ) : System
Résultat System

this() public méthode

Returns the property value at the given index position
public this ( int index ) : int?
index int
Résultat int?