Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- HtmlTableRowCollection.cs
- ActivityExecutor.cs
- DebugView.cs
- LayoutDump.cs
- RoutedUICommand.cs
- OpenTypeLayout.cs
- UrlMapping.cs
- MissingSatelliteAssemblyException.cs
- OpenTypeLayoutCache.cs
- RtfNavigator.cs
- MenuItemStyle.cs
- XMLSyntaxException.cs
- embossbitmapeffect.cs
- FacetDescription.cs
- CodeGenHelper.cs
- ExpandoClass.cs
- DelegateHelpers.Generated.cs
- CodeTypeOfExpression.cs
- SizeAnimationUsingKeyFrames.cs
- QilTernary.cs
- ProxyElement.cs
- EntitySetBase.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- OrderingInfo.cs
- HtmlInputReset.cs
- StylusEditingBehavior.cs
- SecurityTokenSerializer.cs
- Timeline.cs
- AnimationClock.cs
- Int64AnimationBase.cs
- SqlDataSourceFilteringEventArgs.cs
- _LocalDataStore.cs
- Decoder.cs
- DefaultProfileManager.cs
- BuildManager.cs
- BitmapFrameEncode.cs
- StrokeNodeEnumerator.cs
- DynamicQueryableWrapper.cs
- RIPEMD160.cs
- Scene3D.cs
- ObjectDataSourceStatusEventArgs.cs
- BlurEffect.cs
- ApplicationTrust.cs
- XmlDocumentViewSchema.cs
- StringDictionaryWithComparer.cs
- SafeHandles.cs
- EventLogPermission.cs
- ComNativeDescriptor.cs
- AtomPub10ServiceDocumentFormatter.cs
- CellConstant.cs
- DataListItem.cs
- RegisteredExpandoAttribute.cs
- InsufficientExecutionStackException.cs
- CookieParameter.cs
- FontSource.cs
- SortAction.cs
- Message.cs
- DataGridViewButtonColumn.cs
- SchemaConstraints.cs
- StrokeNode.cs
- UTF7Encoding.cs
- BooleanFunctions.cs
- TracePayload.cs
- ListControl.cs
- CapabilitiesUse.cs
- SelectionPatternIdentifiers.cs
- WorkItem.cs
- HttpSessionStateWrapper.cs
- DtrList.cs
- DefaultBinder.cs
- GeneratedView.cs
- SafeFileMappingHandle.cs
- UntypedNullExpression.cs
- CommandField.cs
- DataGridPageChangedEventArgs.cs
- CalendarData.cs
- FormatterServices.cs
- XsltException.cs
- WS2007HttpBinding.cs
- RootBuilder.cs
- _KerberosClient.cs
- ContentType.cs
- ColorAnimation.cs
- Vector3DCollection.cs
- CollectionExtensions.cs
- AccessorTable.cs
- Accessors.cs
- ConstraintStruct.cs
- DivideByZeroException.cs
- AppDomainGrammarProxy.cs
- GlyphManager.cs
- StopStoryboard.cs
- _NTAuthentication.cs
- CompilerResults.cs
- Serializer.cs
- HttpChannelListener.cs
- XmlSchemaAnnotation.cs
- QueryPageSettingsEventArgs.cs
- GroupBox.cs
- OutputCacheProfile.cs