Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Regex / System / Text / RegularExpressions / RegexCompilationInfo.cs / 1 / RegexCompilationInfo.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Text.RegularExpressions { using System; ////// [ Serializable() ] public class RegexCompilationInfo { private String pattern; private RegexOptions options; private String name; private String nspace; private bool isPublic; ////// [To be supplied] /// ////// public RegexCompilationInfo(String pattern, RegexOptions options, String name, String fullnamespace, bool ispublic) { Pattern = pattern; Name = name; Namespace = fullnamespace; this.options = options; isPublic = ispublic; } ////// [To be supplied] /// ////// public String Pattern { get { return pattern; } set { if (value == null) throw new ArgumentNullException("value"); pattern = value; } } ////// [To be supplied] /// ////// public RegexOptions Options { get { return options; } set { options = value;} } ////// [To be supplied] /// ////// public String Name { get { return name; } set { if (value == null) { throw new ArgumentNullException("value"); } if (value.Length == 0) { throw new ArgumentException(SR.GetString(SR.InvalidNullEmptyArgument, "value"), "value"); } name = value; } } ////// [To be supplied] /// ////// public String Namespace { get { return nspace; } set { if (value == null) throw new ArgumentNullException("value"); nspace = value; } } ////// [To be supplied] /// ////// public bool IsPublic { get { return isPublic; } set { isPublic = value;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// [To be supplied] /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Text.RegularExpressions { using System; ////// [ Serializable() ] public class RegexCompilationInfo { private String pattern; private RegexOptions options; private String name; private String nspace; private bool isPublic; ////// [To be supplied] /// ////// public RegexCompilationInfo(String pattern, RegexOptions options, String name, String fullnamespace, bool ispublic) { Pattern = pattern; Name = name; Namespace = fullnamespace; this.options = options; isPublic = ispublic; } ////// [To be supplied] /// ////// public String Pattern { get { return pattern; } set { if (value == null) throw new ArgumentNullException("value"); pattern = value; } } ////// [To be supplied] /// ////// public RegexOptions Options { get { return options; } set { options = value;} } ////// [To be supplied] /// ////// public String Name { get { return name; } set { if (value == null) { throw new ArgumentNullException("value"); } if (value.Length == 0) { throw new ArgumentException(SR.GetString(SR.InvalidNullEmptyArgument, "value"), "value"); } name = value; } } ////// [To be supplied] /// ////// public String Namespace { get { return nspace; } set { if (value == null) throw new ArgumentNullException("value"); nspace = value; } } ////// [To be supplied] /// ////// public bool IsPublic { get { return isPublic; } set { isPublic = value;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// [To be supplied] /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SQLUtility.cs
- Wildcard.cs
- MobileUserControl.cs
- Restrictions.cs
- RijndaelManagedTransform.cs
- EncoderParameters.cs
- ComboBoxRenderer.cs
- Normalization.cs
- ArrangedElementCollection.cs
- ContextProperty.cs
- HttpCacheVaryByContentEncodings.cs
- TcpHostedTransportConfiguration.cs
- UrlEncodedParameterWriter.cs
- Help.cs
- BinarySerializer.cs
- WMICapabilities.cs
- EmissiveMaterial.cs
- SqlReorderer.cs
- ImageFormat.cs
- PixelFormat.cs
- ResXResourceSet.cs
- MeasurementDCInfo.cs
- RuntimeIdentifierPropertyAttribute.cs
- CodeTypeDeclarationCollection.cs
- DropDownButton.cs
- CustomSignedXml.cs
- RegexStringValidatorAttribute.cs
- XmlNodeChangedEventArgs.cs
- URIFormatException.cs
- DispatcherExceptionEventArgs.cs
- TimeZone.cs
- MbpInfo.cs
- GridPattern.cs
- TypeInitializationException.cs
- TextDecoration.cs
- MessageEncodingBindingElementImporter.cs
- IisTraceWebEventProvider.cs
- InheritanceService.cs
- NameNode.cs
- DataGridViewCellStyleConverter.cs
- TreeViewImageKeyConverter.cs
- TrustLevelCollection.cs
- PeerResolverMode.cs
- OleDbStruct.cs
- WebService.cs
- DiagnosticTraceSchemas.cs
- NativeRecognizer.cs
- SafeFileMappingHandle.cs
- EdmFunctions.cs
- UnlockInstanceAsyncResult.cs
- ObjectAnimationUsingKeyFrames.cs
- basecomparevalidator.cs
- XmlCharacterData.cs
- JavaScriptSerializer.cs
- AttributeExtensions.cs
- WebPartManager.cs
- SiteMapPath.cs
- DiagnosticTrace.cs
- DataPagerFieldCommandEventArgs.cs
- ManualWorkflowSchedulerService.cs
- TemplateFactory.cs
- StrokeCollectionDefaultValueFactory.cs
- XmlName.cs
- EntityCollection.cs
- IISMapPath.cs
- Helpers.cs
- X509ChainPolicy.cs
- GradientBrush.cs
- HWStack.cs
- WebPartConnectionsConfigureVerb.cs
- DCSafeHandle.cs
- QueryOptionExpression.cs
- ListBindableAttribute.cs
- XmlCharCheckingWriter.cs
- Hyperlink.cs
- XmlRootAttribute.cs
- RegionInfo.cs
- DeleteMemberBinder.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- SurrogateSelector.cs
- VerificationException.cs
- AppearanceEditorPart.cs
- ExpressionBindingCollection.cs
- Point3DKeyFrameCollection.cs
- BreakSafeBase.cs
- CollectionChangeEventArgs.cs
- PersonalizationStateInfo.cs
- LocalIdKeyIdentifierClause.cs
- TableItemStyle.cs
- TemplatedAdorner.cs
- MonikerSyntaxException.cs
- SqlFunctionAttribute.cs
- TitleStyle.cs
- InputGestureCollection.cs
- WebPartsPersonalization.cs
- CodeSnippetExpression.cs
- XmlSchemaComplexContent.cs
- ReadOnlyHierarchicalDataSourceView.cs
- SqlConnectionManager.cs
- Annotation.cs