Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / Security / Util / TokenBasedSetEnumerator.cs / 1 / TokenBasedSetEnumerator.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // TokenBasedSetEnumerator.cs // namespace System.Security.Util { using System; using System.Collections; internal struct TokenBasedSetEnumerator { public Object Current; public int Index; private TokenBasedSet _tb; public bool MoveNext() { return _tb != null ? _tb.MoveNext(ref this) : false; } public void Reset() { Index = -1; Current = null; } public TokenBasedSetEnumerator(TokenBasedSet tb) { Index = -1; Current = null; _tb = tb; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // TokenBasedSetEnumerator.cs // namespace System.Security.Util { using System; using System.Collections; internal struct TokenBasedSetEnumerator { public Object Current; public int Index; private TokenBasedSet _tb; public bool MoveNext() { return _tb != null ? _tb.MoveNext(ref this) : false; } public void Reset() { Index = -1; Current = null; } public TokenBasedSetEnumerator(TokenBasedSet tb) { Index = -1; Current = null; _tb = tb; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NetCodeGroup.cs
- EncryptedXml.cs
- TextEditorMouse.cs
- TcpClientSocketManager.cs
- ObjectContext.cs
- ListViewTableCell.cs
- GeneralTransformGroup.cs
- HandlerMappingMemo.cs
- DecoderReplacementFallback.cs
- WsrmTraceRecord.cs
- WsdlInspector.cs
- WindowsTitleBar.cs
- DataGridTablesFactory.cs
- WebPartDisplayMode.cs
- LifetimeServices.cs
- TimeSpanValidatorAttribute.cs
- SafeTimerHandle.cs
- ScrollViewer.cs
- XmlILModule.cs
- HtmlInputReset.cs
- ColorContextHelper.cs
- InlineCollection.cs
- SimpleHandlerFactory.cs
- FunctionParameter.cs
- Utility.cs
- TreeViewItemAutomationPeer.cs
- TextEditorDragDrop.cs
- GridViewRow.cs
- XmlDataProvider.cs
- PartialCachingControl.cs
- MasterPageCodeDomTreeGenerator.cs
- AllMembershipCondition.cs
- Region.cs
- ResourcesGenerator.cs
- EmbeddedMailObjectsCollection.cs
- Vector3DIndependentAnimationStorage.cs
- LinqDataSourceStatusEventArgs.cs
- NaturalLanguageHyphenator.cs
- PreviewPrintController.cs
- WindowsFont.cs
- FilePrompt.cs
- CodeTypeReferenceCollection.cs
- ProfileSection.cs
- DataGridCaption.cs
- SecureStringHasher.cs
- StreamGeometry.cs
- EnvironmentPermission.cs
- HtmlTableCellCollection.cs
- BitmapSourceSafeMILHandle.cs
- DelegateTypeInfo.cs
- NamespaceEmitter.cs
- EventData.cs
- SByte.cs
- ValidatorCompatibilityHelper.cs
- WeakKeyDictionary.cs
- ScalarType.cs
- NavigationHelper.cs
- SchemaTableColumn.cs
- JavascriptCallbackBehaviorAttribute.cs
- SiteMapNodeCollection.cs
- datacache.cs
- TableSectionStyle.cs
- MD5Cng.cs
- Underline.cs
- AliasedSlot.cs
- SafeBitVector32.cs
- BooleanSwitch.cs
- ThemeInfoAttribute.cs
- SafeRightsManagementSessionHandle.cs
- UnSafeCharBuffer.cs
- XmlDocument.cs
- BaseTemplateBuildProvider.cs
- ToolStripGripRenderEventArgs.cs
- IdentityNotMappedException.cs
- CodeDomConfigurationHandler.cs
- SerializationHelper.cs
- FormatVersion.cs
- HandlerFactoryCache.cs
- QuaternionAnimation.cs
- WindowsFormsHostAutomationPeer.cs
- pingexception.cs
- NamespaceList.cs
- PathFigureCollection.cs
- ColorTypeConverter.cs
- ThemeDirectoryCompiler.cs
- uribuilder.cs
- Label.cs
- Validator.cs
- HtmlElementEventArgs.cs
- CustomAttribute.cs
- FunctionQuery.cs
- DelegateSerializationHolder.cs
- LayoutManager.cs
- FileDialog_Vista.cs
- SchemaTypeEmitter.cs
- VectorValueSerializer.cs
- WindowPatternIdentifiers.cs
- DataControlLinkButton.cs
- DateTimeParse.cs
- XmlMapping.cs