Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Perpetuality
GamePrincipal
C# 클래스 Perpetuality.GamePrincipal
상속:
IPrincipal
파일 보기
프로젝트 열기: Jacco/Perpetuality
공개 메소드들
메소드
설명
GamePrincipal
(
GameIdentity
identity
,
string
roles
= null ) :
System
IsInRole
(
string
role
) :
bool
메소드 상세
GamePrincipal()
공개
메소드
public
GamePrincipal
(
GameIdentity
identity
,
string
roles
= null ) :
System
identity
GameIdentity
roles
string
리턴
System
IsInRole()
공개
메소드
public
IsInRole
(
string
role
) :
bool
role
string
리턴
bool