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
- NavigationService.cs
- TypeListConverter.cs
- MulticastOption.cs
- FloatSumAggregationOperator.cs
- TextBoxBase.cs
- AmbientEnvironment.cs
- BufferedOutputAsyncStream.cs
- wgx_exports.cs
- TaskHelper.cs
- EnterpriseServicesHelper.cs
- NullReferenceException.cs
- TransactionTraceIdentifier.cs
- XmlUrlResolver.cs
- ReaderWriterLockSlim.cs
- SchemaTypeEmitter.cs
- AttachedPropertyDescriptor.cs
- CultureInfoConverter.cs
- SpeechDetectedEventArgs.cs
- ScrollContentPresenter.cs
- VariableAction.cs
- Rules.cs
- WebBaseEventKeyComparer.cs
- PerformanceCounterCategory.cs
- MarginsConverter.cs
- ToolStripDropDownMenu.cs
- MenuItem.cs
- TableDesigner.cs
- TerminatorSinks.cs
- ErrorInfoXmlDocument.cs
- jithelpers.cs
- MouseActionConverter.cs
- UrlEncodedParameterWriter.cs
- SmtpFailedRecipientsException.cs
- TextServicesHost.cs
- HostingEnvironmentSection.cs
- RootProfilePropertySettingsCollection.cs
- ReflectEventDescriptor.cs
- HandlerFactoryCache.cs
- EditorAttribute.cs
- EtwTrace.cs
- TaiwanLunisolarCalendar.cs
- ReadOnlyHierarchicalDataSource.cs
- FontNameConverter.cs
- ReadWriteSpinLock.cs
- StateMachineAction.cs
- AdRotator.cs
- DataSourceProvider.cs
- CommandValueSerializer.cs
- ListViewGroupConverter.cs
- XmlSchemaAttribute.cs
- IChannel.cs
- SqlTriggerContext.cs
- WindowsTreeView.cs
- ProviderConnectionPoint.cs
- SQLBinaryStorage.cs
- wgx_exports.cs
- XmlDocument.cs
- ObjectSecurity.cs
- CroppedBitmap.cs
- ElapsedEventArgs.cs
- DataTableCollection.cs
- ComponentChangedEvent.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- Int64Storage.cs
- OleDbPropertySetGuid.cs
- KoreanLunisolarCalendar.cs
- EtwTrace.cs
- ComplexBindingPropertiesAttribute.cs
- SchemaReference.cs
- KeyToListMap.cs
- DataViewSetting.cs
- XmlNodeList.cs
- ConfigXmlDocument.cs
- LogAppendAsyncResult.cs
- UnauthorizedAccessException.cs
- XmlSubtreeReader.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- TdsParser.cs
- MultiTouchSystemGestureLogic.cs
- precedingsibling.cs
- ConnectivityStatus.cs
- CustomWebEventKey.cs
- HelloOperationCD1AsyncResult.cs
- FileDialog_Vista_Interop.cs
- WorkflowIdleElement.cs
- OdbcConnectionFactory.cs
- PersonalizationStateInfo.cs
- DrawingAttributes.cs
- _StreamFramer.cs
- ValueProviderWrapper.cs
- ISO2022Encoding.cs
- input.cs
- TemplatedEditableDesignerRegion.cs
- NativeCompoundFileAPIs.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- WindowsFormsLinkLabel.cs
- CultureInfoConverter.cs
- CategoryAttribute.cs
- XmlChildNodes.cs
- FamilyTypeface.cs