C# 클래스 System.Security.Util.TokenBasedSet

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

비공개 메소드들

메소드 설명
FastIsEmpty ( ) : bool
GetCount ( ) : int
GetItem ( int index ) : Object
GetMaxUsedIndex ( ) : int
GetStartingIndex ( ) : int
MoveNext ( TokenBasedSetEnumerator &e ) : bool
OnDeserialized ( StreamingContext ctx ) : void
OnDeserializedInternal ( ) : void
OnSerialized ( StreamingContext ctx ) : void
OnSerializing ( StreamingContext ctx ) : void
RemoveItem ( int index ) : Object
Reset ( ) : void
ResetMaxIndex ( Object aObj ) : void
SetItem ( int index, Object item ) : void
SpecialSplit ( TokenBasedSet &unrestrictedPermSet, TokenBasedSet &normalPermSet, bool ignoreTypeLoadFailures ) : void
SpecialUnion ( TokenBasedSet other, bool &canUnrestrictedOverride ) : TokenBasedSet
TokenBasedSet ( ) : System
TokenBasedSet ( TokenBasedSet tbSet ) : System