Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Protocols / MatchAttribute.cs / 1305376 / MatchAttribute.cs
namespace System.Web.Services.Protocols { using System; using System.Security.Permissions; ////// /// [AttributeUsage(AttributeTargets.All)] public sealed class MatchAttribute : System.Attribute { string pattern; int group = 1; int capture = 0; bool ignoreCase = false; int repeats = -1; ///[To be supplied.] ////// /// public MatchAttribute(string pattern) { this.pattern = pattern; } ///[To be supplied.] ////// /// public string Pattern { get { return pattern == null ? string.Empty : pattern; } set { pattern = value; } } ///[To be supplied.] ////// /// public int Group { get { return group; } set { group = value; } } ///[To be supplied.] ////// /// public int Capture { get { return capture; } set { capture = value; } } ///[To be supplied.] ////// /// public bool IgnoreCase { get { return ignoreCase; } set { ignoreCase = value; } } ///[To be supplied.] ////// /// public int MaxRepeats { get { return repeats; } set { repeats = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. namespace System.Web.Services.Protocols { using System; using System.Security.Permissions; ///[To be supplied.] ////// /// [AttributeUsage(AttributeTargets.All)] public sealed class MatchAttribute : System.Attribute { string pattern; int group = 1; int capture = 0; bool ignoreCase = false; int repeats = -1; ///[To be supplied.] ////// /// public MatchAttribute(string pattern) { this.pattern = pattern; } ///[To be supplied.] ////// /// public string Pattern { get { return pattern == null ? string.Empty : pattern; } set { pattern = value; } } ///[To be supplied.] ////// /// public int Group { get { return group; } set { group = value; } } ///[To be supplied.] ////// /// public int Capture { get { return capture; } set { capture = value; } } ///[To be supplied.] ////// /// public bool IgnoreCase { get { return ignoreCase; } set { ignoreCase = value; } } ///[To be supplied.] ////// /// public int MaxRepeats { get { return repeats; } set { repeats = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StreamWriter.cs
- XPathNodeIterator.cs
- ChangeConflicts.cs
- Panel.cs
- CommandExpr.cs
- GlobalEventManager.cs
- DataTransferEventArgs.cs
- WSSecurityTokenSerializer.cs
- EastAsianLunisolarCalendar.cs
- ApplicationDirectory.cs
- DesignerDataSchemaClass.cs
- AsyncCallback.cs
- GridPatternIdentifiers.cs
- PaintEvent.cs
- MetadataElement.cs
- IpcPort.cs
- ScriptReferenceBase.cs
- PeerCustomResolverElement.cs
- SectionUpdates.cs
- AggregateNode.cs
- TableLayoutSettingsTypeConverter.cs
- Command.cs
- WsdlBuildProvider.cs
- CustomAttributeFormatException.cs
- MeasurementDCInfo.cs
- BaseTemplateBuildProvider.cs
- ClientData.cs
- PrintPageEvent.cs
- WebPartZone.cs
- SeverityFilter.cs
- TracedNativeMethods.cs
- LayoutManager.cs
- IIS7UserPrincipal.cs
- HyperLinkDesigner.cs
- CodeSnippetTypeMember.cs
- EnumDataContract.cs
- RequestNavigateEventArgs.cs
- RuleSettings.cs
- XPathSingletonIterator.cs
- HTTPNotFoundHandler.cs
- ReadOnlyDictionary.cs
- EDesignUtil.cs
- RegexCompiler.cs
- SchemaTypeEmitter.cs
- StorageSetMapping.cs
- StringSource.cs
- CodeDelegateInvokeExpression.cs
- CompositionDesigner.cs
- AddInIpcChannel.cs
- WindowsScrollBar.cs
- WindowsListViewItem.cs
- WindowVisualStateTracker.cs
- TypeValidationEventArgs.cs
- ValidatorCompatibilityHelper.cs
- WithParamAction.cs
- PrivateFontCollection.cs
- DynamicRendererThreadManager.cs
- FloaterParaClient.cs
- HTMLTagNameToTypeMapper.cs
- TextRangeEditLists.cs
- DataTableReader.cs
- SecurityRuntime.cs
- DiagnosticsConfiguration.cs
- XmlValidatingReader.cs
- EventHandlingScope.cs
- FunctionCommandText.cs
- TextComposition.cs
- LowerCaseStringConverter.cs
- Transform3D.cs
- RegexBoyerMoore.cs
- EFDataModelProvider.cs
- TableDetailsRow.cs
- SqlFactory.cs
- ModelFunction.cs
- SplitContainer.cs
- SID.cs
- SoapBinding.cs
- XmlKeywords.cs
- UdpConstants.cs
- SessionPageStateSection.cs
- StorageEndPropertyMapping.cs
- _TLSstream.cs
- Blend.cs
- HashAlgorithm.cs
- ServiceModelEnumValidator.cs
- InvalidAsynchronousStateException.cs
- FastEncoderStatics.cs
- Psha1DerivedKeyGenerator.cs
- BitmapEffectGroup.cs
- LinqDataSourceUpdateEventArgs.cs
- ReadOnlyCollectionBase.cs
- InternalConfigHost.cs
- MenuEventArgs.cs
- PathHelper.cs
- TextServicesCompartment.cs
- RelationshipEndMember.cs
- GeneralTransform2DTo3D.cs
- Figure.cs
- TableSectionStyle.cs
- Exception.cs