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
파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

공개 메소드들

메소드 설명
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?