Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Regex / System / Text / RegularExpressions / RegexRunnerFactory.cs / 1 / RegexRunnerFactory.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- // This RegexRunnerFactory class is a base class for compiled regex code. // we need to compile a factory because Type.CreateInstance is much slower // than calling the constructor directly. namespace System.Text.RegularExpressions { using System.ComponentModel; ///[ EditorBrowsable(EditorBrowsableState.Never) ] abstract public class RegexRunnerFactory { protected RegexRunnerFactory() {} abstract protected internal RegexRunner CreateInstance(); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- // This RegexRunnerFactory class is a base class for compiled regex code. // we need to compile a factory because Type.CreateInstance is much slower // than calling the constructor directly. namespace System.Text.RegularExpressions { using System.ComponentModel; ///[ EditorBrowsable(EditorBrowsableState.Never) ] abstract public class RegexRunnerFactory { protected RegexRunnerFactory() {} abstract protected internal RegexRunner CreateInstance(); } } // 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
- CodeMethodReturnStatement.cs
- BuildProvidersCompiler.cs
- SystemUdpStatistics.cs
- DispatcherFrame.cs
- SimpleMailWebEventProvider.cs
- IndentTextWriter.cs
- CookielessHelper.cs
- XmlSerializationReader.cs
- SelectionRange.cs
- DomainUpDown.cs
- PageThemeParser.cs
- Win32.cs
- SqlRetyper.cs
- RelationshipWrapper.cs
- XsdDateTime.cs
- ImageMetadata.cs
- HitTestFilterBehavior.cs
- DocumentViewerAutomationPeer.cs
- ExpressionPrefixAttribute.cs
- ParserContext.cs
- ParameterSubsegment.cs
- FileSystemEnumerable.cs
- DebuggerService.cs
- SessionEndingEventArgs.cs
- GridViewEditEventArgs.cs
- RootBuilder.cs
- SimpleBitVector32.cs
- RequestTimeoutManager.cs
- PageScaling.cs
- StickyNote.cs
- StringFormat.cs
- CounterCreationDataConverter.cs
- ElementHostAutomationPeer.cs
- HttpCachePolicyElement.cs
- DesignerSerializationOptionsAttribute.cs
- InkCanvasFeedbackAdorner.cs
- Pointer.cs
- MsmqIntegrationSecurity.cs
- TraceRecord.cs
- FormsAuthenticationModule.cs
- AttributeEmitter.cs
- AutomationTextAttribute.cs
- ContextDataSourceView.cs
- TrustVersion.cs
- Int64KeyFrameCollection.cs
- NameTable.cs
- GroupBoxAutomationPeer.cs
- SafeUserTokenHandle.cs
- ImpersonationContext.cs
- XmlParserContext.cs
- AsymmetricKeyExchangeDeformatter.cs
- WebPartsPersonalizationAuthorization.cs
- ArrayWithOffset.cs
- CodeAccessPermission.cs
- DCSafeHandle.cs
- VersionPair.cs
- ClosableStream.cs
- CodeGenerator.cs
- HandlerFactoryWrapper.cs
- MimeMapping.cs
- StringExpressionSet.cs
- ViewStateModeByIdAttribute.cs
- SimpleWebHandlerParser.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- FlowNode.cs
- InternalsVisibleToAttribute.cs
- UnsettableComboBox.cs
- PreviewKeyDownEventArgs.cs
- TrackingConditionCollection.cs
- ZipPackage.cs
- SplitterDesigner.cs
- ConstructorNeedsTagAttribute.cs
- IIS7WorkerRequest.cs
- XamlGridLengthSerializer.cs
- ClientSettings.cs
- GenericWebPart.cs
- MetadataArtifactLoaderResource.cs
- InfoCardListRequest.cs
- WizardPanel.cs
- WrappedDispatcherException.cs
- ValidationPropertyAttribute.cs
- GridItemCollection.cs
- SqlFormatter.cs
- SafeProcessHandle.cs
- ReversePositionQuery.cs
- CommandPlan.cs
- GridViewCellAutomationPeer.cs
- OleDbRowUpdatedEvent.cs
- XPathEmptyIterator.cs
- TraceShell.cs
- Parameter.cs
- IntSecurity.cs
- DynamicEndpointElement.cs
- DBParameter.cs
- QilValidationVisitor.cs
- Button.cs
- EntityDesignerDataSourceView.cs
- ReadOnlyAttribute.cs
- MatrixCamera.cs
- RequestCachingSection.cs