C# Class System.Security.Util.TokenBasedSet

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
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