Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Regex / System / Text / RegularExpressions / RegexRunnerFactory.cs / 1305376 / 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; #if !SILVERLIGHT ///[ EditorBrowsable(EditorBrowsableState.Never) ] #endif #if !SILVERLIGHT abstract public class RegexRunnerFactory { #else abstract internal class RegexRunnerFactory { #endif 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; #if !SILVERLIGHT ///[ EditorBrowsable(EditorBrowsableState.Never) ] #endif #if !SILVERLIGHT abstract public class RegexRunnerFactory { #else abstract internal class RegexRunnerFactory { #endif 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
- QuaternionAnimationUsingKeyFrames.cs
- LoadedEvent.cs
- EditorPartCollection.cs
- PersonalizationProvider.cs
- AutoResetEvent.cs
- RowUpdatedEventArgs.cs
- SecureStringHasher.cs
- FrameworkContentElement.cs
- _AuthenticationState.cs
- ValidationUtility.cs
- EncryptedKey.cs
- FrameDimension.cs
- XmlSchemaSimpleTypeUnion.cs
- UnsafeNativeMethods.cs
- _HTTPDateParse.cs
- DNS.cs
- ColumnResizeAdorner.cs
- TransformedBitmap.cs
- DesignerTextViewAdapter.cs
- DoubleAnimation.cs
- InlineObject.cs
- SecurityToken.cs
- ResourceContainer.cs
- TraceListener.cs
- StringConverter.cs
- ParallelLoopState.cs
- cookiecollection.cs
- Int16Animation.cs
- DrawingBrush.cs
- CursorConverter.cs
- Expander.cs
- RuntimeHelpers.cs
- StylusCollection.cs
- AvTrace.cs
- TimerElapsedEvenArgs.cs
- ErrorTableItemStyle.cs
- InvalidOleVariantTypeException.cs
- HttpCachePolicyElement.cs
- WindowsSolidBrush.cs
- Semaphore.cs
- ControlPropertyNameConverter.cs
- TileBrush.cs
- AppDomainAttributes.cs
- NodeLabelEditEvent.cs
- XmlWriterTraceListener.cs
- SQlBooleanStorage.cs
- WebHttpEndpointElement.cs
- HtmlMeta.cs
- BindingsCollection.cs
- EntityContainer.cs
- ScrollViewer.cs
- ContextMenuService.cs
- EventSetter.cs
- HoistedLocals.cs
- AuthenticationServiceManager.cs
- LocalizableAttribute.cs
- DesignTimeType.cs
- PlatformCulture.cs
- ImageListImageEditor.cs
- DataSourceHelper.cs
- CallTemplateAction.cs
- ConfigXmlReader.cs
- XhtmlBasicValidationSummaryAdapter.cs
- StrokeSerializer.cs
- WebPartConnectionsDisconnectVerb.cs
- FixedPosition.cs
- SubpageParagraph.cs
- OdbcError.cs
- DragDropHelper.cs
- TableLayoutRowStyleCollection.cs
- PatternMatcher.cs
- AddInBase.cs
- AssemblyInfo.cs
- RemoteWebConfigurationHostServer.cs
- CodeCommentStatement.cs
- DataGridCell.cs
- MediaSystem.cs
- ILGenerator.cs
- LayoutTable.cs
- util.cs
- BinHexEncoding.cs
- XmlSiteMapProvider.cs
- NavigationCommands.cs
- PropertyItem.cs
- UpdateCompiler.cs
- WriteableBitmap.cs
- LineServices.cs
- SecurityPermission.cs
- Activator.cs
- InternalResources.cs
- DataGridViewColumnTypePicker.cs
- OdbcPermission.cs
- CryptoHelper.cs
- PingOptions.cs
- EarlyBoundInfo.cs
- AttributeProviderAttribute.cs
- AuthenticationServiceManager.cs
- PageEventArgs.cs
- SecurityKeyIdentifierClause.cs
- MetadataPropertyvalue.cs