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
- OutputWindow.cs
- ProviderIncompatibleException.cs
- CodeAccessSecurityEngine.cs
- _ChunkParse.cs
- ConfigXmlElement.cs
- BreakRecordTable.cs
- CodeSnippetExpression.cs
- TypeLibConverter.cs
- DataStorage.cs
- DataConnectionHelper.cs
- StateItem.cs
- XamlLoadErrorInfo.cs
- ControlCachePolicy.cs
- SystemIPv4InterfaceProperties.cs
- XmlSchemaParticle.cs
- Point3DKeyFrameCollection.cs
- SelectionUIHandler.cs
- TypeElement.cs
- ConfigDefinitionUpdates.cs
- DataSourceControlBuilder.cs
- ObjectDataSourceChooseMethodsPanel.cs
- VirtualDirectoryMapping.cs
- Point3DAnimationUsingKeyFrames.cs
- WebPartEditorApplyVerb.cs
- WorkflowTransactionService.cs
- InitializerFacet.cs
- Size3D.cs
- DataConnectionHelper.cs
- PathSegment.cs
- ChineseLunisolarCalendar.cs
- ConnectionManagementElement.cs
- SimpleColumnProvider.cs
- XmlLinkedNode.cs
- CounterSampleCalculator.cs
- FilteredXmlReader.cs
- PageAsyncTaskManager.cs
- LOSFormatter.cs
- ObjectDesignerDataSourceView.cs
- XPathBuilder.cs
- StrongNamePublicKeyBlob.cs
- CodeSnippetCompileUnit.cs
- SQLDateTime.cs
- RegularExpressionValidator.cs
- OleDbDataReader.cs
- AsyncStreamReader.cs
- RectAnimationClockResource.cs
- UncommonField.cs
- SchemaMapping.cs
- FormViewRow.cs
- ConvertEvent.cs
- XmlAnyAttributeAttribute.cs
- XamlParser.cs
- SchemaNames.cs
- StringAnimationBase.cs
- MemberAccessException.cs
- PropertyGeneratedEventArgs.cs
- Profiler.cs
- Boolean.cs
- Attribute.cs
- XmlAttributes.cs
- NavigationWindow.cs
- SelectionHighlightInfo.cs
- ExeConfigurationFileMap.cs
- GregorianCalendarHelper.cs
- ApplicationId.cs
- ToolStripScrollButton.cs
- DataSourceCollectionBase.cs
- HtmlElement.cs
- ForeignKeyFactory.cs
- WebEvents.cs
- XmlReflectionMember.cs
- RelationshipWrapper.cs
- DrawingDrawingContext.cs
- Path.cs
- ProtocolsConfigurationEntry.cs
- IntermediatePolicyValidator.cs
- Html32TextWriter.cs
- SqlMethodTransformer.cs
- JsonFormatGeneratorStatics.cs
- MutexSecurity.cs
- _AutoWebProxyScriptEngine.cs
- RelationshipConverter.cs
- DataRelation.cs
- SafeNativeMethodsOther.cs
- ExpressionNode.cs
- StorageAssociationTypeMapping.cs
- SaveRecipientRequest.cs
- DropDownList.cs
- ObjectDataSourceDisposingEventArgs.cs
- dsa.cs
- MarkerProperties.cs
- updatecommandorderer.cs
- XmlFormatReaderGenerator.cs
- DeclarativeCatalogPart.cs
- ClientRoleProvider.cs
- CrossSiteScriptingValidation.cs
- HttpValueCollection.cs
- IDReferencePropertyAttribute.cs
- SyncMethodInvoker.cs
- CultureInfo.cs