Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- StatusBarPanelClickEvent.cs
- UDPClient.cs
- GPRECTF.cs
- TextElementEnumerator.cs
- _NegoState.cs
- ConnectionPoolManager.cs
- DataGridViewColumn.cs
- UserControl.cs
- _NegoState.cs
- Vector3DCollectionValueSerializer.cs
- EventManager.cs
- EntityClassGenerator.cs
- MinimizableAttributeTypeConverter.cs
- GraphicsPathIterator.cs
- LinkTarget.cs
- figurelength.cs
- PathGeometry.cs
- FormsAuthenticationUser.cs
- ReleaseInstanceMode.cs
- MailMessageEventArgs.cs
- WebPartMinimizeVerb.cs
- MsmqBindingBase.cs
- PageBuildProvider.cs
- _RequestCacheProtocol.cs
- DataGridTextColumn.cs
- PropertyDescriptorGridEntry.cs
- DescriptionAttribute.cs
- SQLInt16.cs
- PageContent.cs
- HostingEnvironmentException.cs
- WebPartTransformerAttribute.cs
- EdmValidator.cs
- SafeBitVector32.cs
- WebServiceTypeData.cs
- WebDescriptionAttribute.cs
- ClientSettingsStore.cs
- RemotingServices.cs
- SystemKeyConverter.cs
- StateDesigner.Layouts.cs
- TypeRefElement.cs
- BitmapMetadataEnumerator.cs
- IpcClientChannel.cs
- NavigationProperty.cs
- CollectionDataContractAttribute.cs
- ObjectListCommand.cs
- XsltQilFactory.cs
- SamlAudienceRestrictionCondition.cs
- GroupedContextMenuStrip.cs
- ToolboxItem.cs
- ExecutedRoutedEventArgs.cs
- InternalBase.cs
- ImageMetadata.cs
- ConfigurationPropertyAttribute.cs
- PropertyGroupDescription.cs
- AsyncContentLoadedEventArgs.cs
- IndentedTextWriter.cs
- TabControl.cs
- UInt64Storage.cs
- WhitespaceRuleLookup.cs
- Stylus.cs
- Crc32.cs
- SqlProviderServices.cs
- Base64Decoder.cs
- TrackBar.cs
- DataGridViewCellValueEventArgs.cs
- WpfGeneratedKnownProperties.cs
- TryExpression.cs
- SafeFileHandle.cs
- ValidationHelper.cs
- SafeFileMapViewHandle.cs
- ToolStripSplitStackLayout.cs
- SoundPlayerAction.cs
- WebPartsSection.cs
- SpeechEvent.cs
- BCryptHashAlgorithm.cs
- WindowsAltTab.cs
- ContentType.cs
- Encoder.cs
- returneventsaver.cs
- PrePrepareMethodAttribute.cs
- DataGridViewColumnHeaderCell.cs
- RawStylusActions.cs
- BinaryNode.cs
- RepeaterItem.cs
- DrawingAttributeSerializer.cs
- AdornerLayer.cs
- TreeWalker.cs
- CorrelationManager.cs
- DateTimePicker.cs
- ResponseStream.cs
- ServerProtocol.cs
- AutoGeneratedField.cs
- CompiledAction.cs
- ContractMapping.cs
- UiaCoreTypesApi.cs
- ColumnReorderedEventArgs.cs
- MemoryMappedFileSecurity.cs
- TextServicesCompartment.cs
- ControlFilterExpression.cs
- ChildrenQuery.cs