Code:
/ 4.0 / 4.0 / untmp / 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeGotoStatement.cs
- ExpressionBuilder.cs
- PeerCollaboration.cs
- QueryStack.cs
- Rect.cs
- IIS7UserPrincipal.cs
- CodeDomSerializerBase.cs
- Math.cs
- BitmapEffectInput.cs
- DateTimeSerializationSection.cs
- AbstractSvcMapFileLoader.cs
- ListBoxItemWrapperAutomationPeer.cs
- ContentDisposition.cs
- LocatorGroup.cs
- SourceFilter.cs
- XmlILModule.cs
- DiscreteKeyFrames.cs
- SelectedGridItemChangedEvent.cs
- BamlMapTable.cs
- BreakRecordTable.cs
- ResizeBehavior.cs
- ClipboardProcessor.cs
- TreeNodeStyle.cs
- DispatchWrapper.cs
- TableLayoutColumnStyleCollection.cs
- ToolStripItemImageRenderEventArgs.cs
- Geometry.cs
- AnnotationAdorner.cs
- TransactionContextValidator.cs
- WebPartConnectionsCloseVerb.cs
- IIS7ConfigurationLoader.cs
- XmlDownloadManager.cs
- SelectedCellsChangedEventArgs.cs
- AffineTransform3D.cs
- Model3DGroup.cs
- RecipientIdentity.cs
- XmlSchemaValidator.cs
- StringOutput.cs
- NavigationEventArgs.cs
- CommandID.cs
- PageSetupDialog.cs
- FixedSOMLineRanges.cs
- AssemblyAssociatedContentFileAttribute.cs
- XmlEntity.cs
- KeyTimeConverter.cs
- KeyPressEvent.cs
- ServiceCredentialsElement.cs
- DesignerActionPanel.cs
- ProxyGenerator.cs
- DesignTimeTemplateParser.cs
- DataKeyArray.cs
- HttpConfigurationSystem.cs
- StructuredCompositeActivityDesigner.cs
- EmissiveMaterial.cs
- ClonableStack.cs
- KeyValueInternalCollection.cs
- wmiprovider.cs
- COM2ExtendedTypeConverter.cs
- PropertyMetadata.cs
- BooleanFacetDescriptionElement.cs
- HijriCalendar.cs
- LinkConverter.cs
- Image.cs
- BitmapDecoder.cs
- PropertyEmitter.cs
- TypeBrowser.xaml.cs
- StringArrayConverter.cs
- Font.cs
- PositiveTimeSpanValidator.cs
- ColorPalette.cs
- ProfileSettingsCollection.cs
- GridViewColumn.cs
- SafeFileHandle.cs
- CircleHotSpot.cs
- EntityDataSourceDesigner.cs
- Source.cs
- indexingfiltermarshaler.cs
- TimeSpanOrInfiniteConverter.cs
- HandleValueEditor.cs
- GridViewPageEventArgs.cs
- LiteralDesigner.cs
- SiteMembershipCondition.cs
- BindingMAnagerBase.cs
- ItemList.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- SafeRegistryKey.cs
- Section.cs
- EndpointInstanceProvider.cs
- ColumnCollection.cs
- DoubleStorage.cs
- PriorityBinding.cs
- NavigationWindow.cs
- SQLDateTime.cs
- DNS.cs
- Peer.cs
- SingleSelectRootGridEntry.cs
- ErrorHandler.cs
- ReferenceTypeElement.cs
- Converter.cs
- TreeNode.cs