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;
///
///
/// [To be supplied]
///
///
[ 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.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Text.RegularExpressions {
using System;
///
///
/// [To be supplied]
///
///
[ 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OleDbReferenceCollection.cs
- VirtualPath.cs
- RoleGroup.cs
- Html32TextWriter.cs
- FormsAuthenticationUserCollection.cs
- TrailingSpaceComparer.cs
- HotCommands.cs
- ProcessStartInfo.cs
- EventItfInfo.cs
- Decoder.cs
- ParameterBuilder.cs
- VirtualPathUtility.cs
- ExceptionRoutedEventArgs.cs
- BitmapEffectrendercontext.cs
- KeyGesture.cs
- WebPartZoneBase.cs
- TextBoxLine.cs
- ConfigXmlWhitespace.cs
- MonthCalendarDesigner.cs
- DbConnectionPoolGroupProviderInfo.cs
- XmlMemberMapping.cs
- OracleConnection.cs
- Int32CollectionValueSerializer.cs
- UITypeEditors.cs
- TrustLevel.cs
- SequenceDesigner.cs
- NavigationFailedEventArgs.cs
- SelectionWordBreaker.cs
- WorkflowInlining.cs
- SignedInfo.cs
- XmlSerializer.cs
- CodeGenerator.cs
- Deflater.cs
- Token.cs
- ProjectionCamera.cs
- ArrayConverter.cs
- GlyphInfoList.cs
- StyleCollectionEditor.cs
- UiaCoreTypesApi.cs
- SamlConstants.cs
- RepeatButton.cs
- CodeSnippetStatement.cs
- EdmType.cs
- ClientTargetCollection.cs
- RecognizedWordUnit.cs
- SqlDataSourceQueryEditorForm.cs
- ExtenderProvidedPropertyAttribute.cs
- ACL.cs
- SynchronizedDispatch.cs
- ExtractorMetadata.cs
- PerformanceCounterCategory.cs
- DataGridViewAutoSizeModeEventArgs.cs
- ReceiveMessageContent.cs
- CriticalExceptions.cs
- TileBrush.cs
- WinInet.cs
- HttpHandlerAction.cs
- PaperSource.cs
- AutoSizeComboBox.cs
- UnmanagedMemoryStream.cs
- CurrentChangingEventArgs.cs
- MobileResource.cs
- Geometry3D.cs
- DataGridCommandEventArgs.cs
- Part.cs
- ConnectionStringsExpressionBuilder.cs
- ResourcePart.cs
- SoapCodeExporter.cs
- ExternalException.cs
- securitycriticaldata.cs
- RenderTargetBitmap.cs
- ExtentKey.cs
- SqlCommandSet.cs
- RegexTypeEditor.cs
- Rect3DConverter.cs
- RouteData.cs
- TextTreeRootTextBlock.cs
- Quaternion.cs
- AnchoredBlock.cs
- Model3DGroup.cs
- XmlNode.cs
- BuildProviderAppliesToAttribute.cs
- NamespaceList.cs
- QueryableFilterRepeater.cs
- HttpModuleCollection.cs
- QilInvoke.cs
- TemplateManager.cs
- SqlRowUpdatingEvent.cs
- EditorAttribute.cs
- CuspData.cs
- BaseAutoFormat.cs
- ZipIOFileItemStream.cs
- PageContentAsyncResult.cs
- MenuEventArgs.cs
- UniqueSet.cs
- ClientTarget.cs
- SamlDelegatingWriter.cs
- OperationResponse.cs
- DataGridTextColumn.cs
- IDispatchConstantAttribute.cs