Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Regex / System / Text / RegularExpressions / RegexTree.cs / 1 / RegexTree.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- // RegexTree is just a wrapper for a node tree with some // global information attached. namespace System.Text.RegularExpressions { using System.Collections; internal sealed class RegexTree { internal RegexTree(RegexNode root, Hashtable caps, Object[] capnumlist, int captop, Hashtable capnames, String[] capslist, RegexOptions opts) { _root = root; _caps = caps; _capnumlist = capnumlist; _capnames = capnames; _capslist = capslist; _captop = captop; _options = opts; } internal RegexNode _root; internal Hashtable _caps; internal Object[] _capnumlist; internal Hashtable _capnames; internal String[] _capslist; internal RegexOptions _options; internal int _captop; #if DBG internal void Dump() { _root.Dump(); } internal bool Debug { get { return(_options & RegexOptions.Debug) != 0; } } #endif } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- // RegexTree is just a wrapper for a node tree with some // global information attached. namespace System.Text.RegularExpressions { using System.Collections; internal sealed class RegexTree { internal RegexTree(RegexNode root, Hashtable caps, Object[] capnumlist, int captop, Hashtable capnames, String[] capslist, RegexOptions opts) { _root = root; _caps = caps; _capnumlist = capnumlist; _capnames = capnames; _capslist = capslist; _captop = captop; _options = opts; } internal RegexNode _root; internal Hashtable _caps; internal Object[] _capnumlist; internal Hashtable _capnames; internal String[] _capslist; internal RegexOptions _options; internal int _captop; #if DBG internal void Dump() { _root.Dump(); } internal bool Debug { get { return(_options & RegexOptions.Debug) != 0; } } #endif } } // 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
- Interop.cs
- DocumentViewerBaseAutomationPeer.cs
- followingsibling.cs
- WindowsListViewItemStartMenu.cs
- MetabaseServerConfig.cs
- ImpersonationContext.cs
- BitmapEffectGeneralTransform.cs
- SimpleHandlerBuildProvider.cs
- ClientRuntimeConfig.cs
- MemberDescriptor.cs
- ThreadSafeList.cs
- UIntPtr.cs
- WorkItem.cs
- FileLevelControlBuilderAttribute.cs
- PolyLineSegment.cs
- MissingManifestResourceException.cs
- AsymmetricAlgorithm.cs
- SQLDecimalStorage.cs
- WorkflowRuntimeServiceElementCollection.cs
- FormatConvertedBitmap.cs
- TranslateTransform3D.cs
- XmlUTF8TextWriter.cs
- FragmentQueryProcessor.cs
- FontStyle.cs
- grammarelement.cs
- ShaderEffect.cs
- AnonymousIdentificationSection.cs
- PropertyEntry.cs
- WMIInterop.cs
- SecurityStandardsManager.cs
- ConnectivityStatus.cs
- WorkflowQueueInfo.cs
- XhtmlBasicCalendarAdapter.cs
- ZipIORawDataFileBlock.cs
- TextProperties.cs
- Paragraph.cs
- odbcmetadatacollectionnames.cs
- Catch.cs
- DataTemplate.cs
- SemanticBasicElement.cs
- BulletedListEventArgs.cs
- serverconfig.cs
- SqlException.cs
- WSSecureConversationDec2005.cs
- BuildManager.cs
- dbdatarecord.cs
- SmiGettersStream.cs
- MergeFilterQuery.cs
- SHA256Managed.cs
- SafeThreadHandle.cs
- PropertyIDSet.cs
- ScriptManager.cs
- RootBrowserWindow.cs
- WebFaultClientMessageInspector.cs
- SafeTimerHandle.cs
- PageRanges.cs
- SimpleExpression.cs
- IsolatedStorageFileStream.cs
- BreakRecordTable.cs
- DbLambda.cs
- WebControlsSection.cs
- JournalNavigationScope.cs
- SignedInfo.cs
- OleDbMetaDataFactory.cs
- TransportElement.cs
- CompletedAsyncResult.cs
- pingexception.cs
- RegexNode.cs
- ConstrainedDataObject.cs
- EntityDataSourceWrapper.cs
- securitycriticaldata.cs
- BindUriHelper.cs
- BasicViewGenerator.cs
- AnonymousIdentificationSection.cs
- SafeFileMappingHandle.cs
- TcpAppDomainProtocolHandler.cs
- DataView.cs
- DocumentSchemaValidator.cs
- ListViewInsertedEventArgs.cs
- _NegoStream.cs
- DataColumnPropertyDescriptor.cs
- ResourceSet.cs
- GridPattern.cs
- RotateTransform3D.cs
- PermissionToken.cs
- __TransparentProxy.cs
- StringArrayConverter.cs
- Point3DAnimation.cs
- DirectoryObjectSecurity.cs
- SchemaInfo.cs
- XDRSchema.cs
- XsltOutput.cs
- QuotaThrottle.cs
- CodeMethodInvokeExpression.cs
- RegisteredScript.cs
- BufferBuilder.cs
- ObjectDataSourceMethodEventArgs.cs
- WinEventTracker.cs
- ExportOptions.cs
- HtmlTextViewAdapter.cs