C# Класс 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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SessionProperties ( ) : System

Creates a new instance

this ( int index ) : int?

Returns the property value at the given index position

Описание методов

SessionProperties() публичный Метод

Creates a new instance
public SessionProperties ( ) : System
Результат System

this() публичный Метод

Returns the property value at the given index position
public this ( int index ) : int?
index int
Результат int?