Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / CodeDOM / CodeCatchClauseCollection.cs / 1 / CodeCatchClauseCollection.cs
// ------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // // ----------------------------------------------------------------------------- // namespace System.CodeDom { using System; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeCatchClauseCollection : CollectionBase { ////// A collection that stores ///objects. /// /// public CodeCatchClauseCollection() { } ////// Initializes a new instance of ///. /// /// public CodeCatchClauseCollection(CodeCatchClauseCollection value) { this.AddRange(value); } ////// Initializes a new instance of ///based on another . /// /// public CodeCatchClauseCollection(CodeCatchClause[] value) { this.AddRange(value); } ////// Initializes a new instance of ///containing any array of objects. /// /// public CodeCatchClause this[int index] { get { return ((CodeCatchClause)(List[index])); } set { List[index] = value; } } ///Represents the entry at the specified index of the ///. /// public int Add(CodeCatchClause value) { return List.Add(value); } ///Adds a ///with the specified value to the /// . /// public void AddRange(CodeCatchClause[] value) { if (value == null) { throw new ArgumentNullException("value"); } for (int i = 0; ((i) < (value.Length)); i = ((i) + (1))) { this.Add(value[i]); } } ///Copies the elements of an array to the end of the ///. /// public void AddRange(CodeCatchClauseCollection value) { if (value == null) { throw new ArgumentNullException("value"); } int currentCount = value.Count; for (int i = 0; i < currentCount; i = ((i) + (1))) { this.Add(value[i]); } } ////// Adds the contents of another ///to the end of the collection. /// /// public bool Contains(CodeCatchClause value) { return List.Contains(value); } ///Gets a value indicating whether the /// ///contains the specified . /// public void CopyTo(CodeCatchClause[] array, int index) { List.CopyTo(array, index); } ///Copies the ///values to a one-dimensional instance at the /// specified index. /// public int IndexOf(CodeCatchClause value) { return List.IndexOf(value); } ///Returns the index of a ///in /// the . /// public void Insert(int index, CodeCatchClause value) { List.Insert(index, value); } ///Inserts a ///into the at the specified index. /// public void Remove(CodeCatchClause value) { List.Remove(value); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ------------------------------------------------------------------------------ //Removes a specific ///from the /// . // Copyright (c) Microsoft Corporation. All rights reserved. // // ----------------------------------------------------------------------------- // namespace System.CodeDom { using System; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeCatchClauseCollection : CollectionBase { ////// A collection that stores ///objects. /// /// public CodeCatchClauseCollection() { } ////// Initializes a new instance of ///. /// /// public CodeCatchClauseCollection(CodeCatchClauseCollection value) { this.AddRange(value); } ////// Initializes a new instance of ///based on another . /// /// public CodeCatchClauseCollection(CodeCatchClause[] value) { this.AddRange(value); } ////// Initializes a new instance of ///containing any array of objects. /// /// public CodeCatchClause this[int index] { get { return ((CodeCatchClause)(List[index])); } set { List[index] = value; } } ///Represents the entry at the specified index of the ///. /// public int Add(CodeCatchClause value) { return List.Add(value); } ///Adds a ///with the specified value to the /// . /// public void AddRange(CodeCatchClause[] value) { if (value == null) { throw new ArgumentNullException("value"); } for (int i = 0; ((i) < (value.Length)); i = ((i) + (1))) { this.Add(value[i]); } } ///Copies the elements of an array to the end of the ///. /// public void AddRange(CodeCatchClauseCollection value) { if (value == null) { throw new ArgumentNullException("value"); } int currentCount = value.Count; for (int i = 0; i < currentCount; i = ((i) + (1))) { this.Add(value[i]); } } ////// Adds the contents of another ///to the end of the collection. /// /// public bool Contains(CodeCatchClause value) { return List.Contains(value); } ///Gets a value indicating whether the /// ///contains the specified . /// public void CopyTo(CodeCatchClause[] array, int index) { List.CopyTo(array, index); } ///Copies the ///values to a one-dimensional instance at the /// specified index. /// public int IndexOf(CodeCatchClause value) { return List.IndexOf(value); } ///Returns the index of a ///in /// the . /// public void Insert(int index, CodeCatchClause value) { List.Insert(index, value); } ///Inserts a ///into the at the specified index. /// public void Remove(CodeCatchClause value) { List.Remove(value); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Removes a specific ///from the /// .
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AttributeUsageAttribute.cs
- DefaultParameterValueAttribute.cs
- ErrorStyle.cs
- FrameworkRichTextComposition.cs
- AuthorizationSection.cs
- RequestCacheValidator.cs
- CharAnimationUsingKeyFrames.cs
- NamedObject.cs
- ColumnMap.cs
- CompositeCollection.cs
- WorkflowApplicationAbortedException.cs
- ReversePositionQuery.cs
- AudioLevelUpdatedEventArgs.cs
- PromptEventArgs.cs
- IpcPort.cs
- TileBrush.cs
- RelatedEnd.cs
- DataGridViewCellFormattingEventArgs.cs
- XmlSchemaChoice.cs
- Color.cs
- XmlFormatExtensionPrefixAttribute.cs
- AccessedThroughPropertyAttribute.cs
- ReadOnlyDataSource.cs
- Material.cs
- UnauthorizedWebPart.cs
- ClientTargetSection.cs
- UnsafeMethods.cs
- Ray3DHitTestResult.cs
- TreeNodeBinding.cs
- StylusShape.cs
- EntityExpressionVisitor.cs
- StylusPointCollection.cs
- ListView.cs
- NativeMethods.cs
- CommentEmitter.cs
- SafeRightsManagementPubHandle.cs
- TcpConnectionPool.cs
- StyleXamlParser.cs
- SupportsEventValidationAttribute.cs
- Converter.cs
- X509Certificate2.cs
- EntityWrapperFactory.cs
- ServiceHostingEnvironment.cs
- XmlSchemaType.cs
- AliasedExpr.cs
- NTAccount.cs
- IdentityManager.cs
- Rule.cs
- SqlConnectionPoolGroupProviderInfo.cs
- GetChildSubtree.cs
- ChainOfResponsibility.cs
- Int32CollectionConverter.cs
- TargetControlTypeAttribute.cs
- KeySpline.cs
- SQLCharsStorage.cs
- EntityWrapper.cs
- EntityDataSourceDesigner.cs
- WindowsListViewSubItem.cs
- BooleanKeyFrameCollection.cs
- ConnectionsZone.cs
- TraceHandlerErrorFormatter.cs
- DataBindingHandlerAttribute.cs
- Oci.cs
- TraceHandler.cs
- EncoderExceptionFallback.cs
- StyleHelper.cs
- XmlCharCheckingWriter.cs
- CodeGroup.cs
- RemotingServices.cs
- SplineKeyFrames.cs
- WindowsListViewSubItem.cs
- Convert.cs
- BitArray.cs
- CommandPlan.cs
- TaskbarItemInfo.cs
- WS2007HttpBindingElement.cs
- TextEffectCollection.cs
- _ListenerRequestStream.cs
- ParserOptions.cs
- COM2PictureConverter.cs
- RijndaelManagedTransform.cs
- XmlStreamStore.cs
- oledbmetadatacollectionnames.cs
- Visual3D.cs
- HttpProfileGroupBase.cs
- DataSourceControlBuilder.cs
- QilStrConcat.cs
- CacheDependency.cs
- HttpProfileBase.cs
- ArrayList.cs
- PackageDigitalSignatureManager.cs
- TileModeValidation.cs
- SymLanguageVendor.cs
- OracleParameterBinding.cs
- SystemFonts.cs
- ToolStripGrip.cs
- TypeLibConverter.cs
- OdbcRowUpdatingEvent.cs
- TraceContextRecord.cs
- GeometryDrawing.cs