Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CompMod / System / CodeDOM / CodeExpressionCollection.cs / 1 / CodeExpressionCollection.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 CodeExpressionCollection : CollectionBase { ////// A collection that stores ///objects. /// /// public CodeExpressionCollection() { } ////// Initializes a new instance of ///. /// /// public CodeExpressionCollection(CodeExpressionCollection value) { this.AddRange(value); } ////// Initializes a new instance of ///based on another . /// /// public CodeExpressionCollection(CodeExpression[] value) { this.AddRange(value); } ////// Initializes a new instance of ///containing any array of objects. /// /// public CodeExpression this[int index] { get { return ((CodeExpression)(List[index])); } set { List[index] = value; } } ///Represents the entry at the specified index of the ///. /// public int Add(CodeExpression value) { return List.Add(value); } ///Adds a ///with the specified value to the /// . /// public void AddRange(CodeExpression[] 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(CodeExpressionCollection 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(CodeExpression value) { return List.Contains(value); } ///Gets a value indicating whether the /// ///contains the specified . /// public void CopyTo(CodeExpression[] array, int index) { List.CopyTo(array, index); } ///Copies the ///values to a one-dimensional instance at the /// specified index. /// public int IndexOf(CodeExpression value) { return List.IndexOf(value); } ///Returns the index of a ///in /// the . /// public void Insert(int index, CodeExpression value) { List.Insert(index, value); } ///Inserts a ///into the at the specified index. /// public void Remove(CodeExpression 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 CodeExpressionCollection : CollectionBase { ////// A collection that stores ///objects. /// /// public CodeExpressionCollection() { } ////// Initializes a new instance of ///. /// /// public CodeExpressionCollection(CodeExpressionCollection value) { this.AddRange(value); } ////// Initializes a new instance of ///based on another . /// /// public CodeExpressionCollection(CodeExpression[] value) { this.AddRange(value); } ////// Initializes a new instance of ///containing any array of objects. /// /// public CodeExpression this[int index] { get { return ((CodeExpression)(List[index])); } set { List[index] = value; } } ///Represents the entry at the specified index of the ///. /// public int Add(CodeExpression value) { return List.Add(value); } ///Adds a ///with the specified value to the /// . /// public void AddRange(CodeExpression[] 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(CodeExpressionCollection 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(CodeExpression value) { return List.Contains(value); } ///Gets a value indicating whether the /// ///contains the specified . /// public void CopyTo(CodeExpression[] array, int index) { List.CopyTo(array, index); } ///Copies the ///values to a one-dimensional instance at the /// specified index. /// public int IndexOf(CodeExpression value) { return List.IndexOf(value); } ///Returns the index of a ///in /// the . /// public void Insert(int index, CodeExpression value) { List.Insert(index, value); } ///Inserts a ///into the at the specified index. /// public void Remove(CodeExpression 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
- ReadOnlyDataSourceView.cs
- SessionState.cs
- ProxyFragment.cs
- InternalMappingException.cs
- EventDrivenDesigner.cs
- ConversionValidationRule.cs
- BigInt.cs
- UnmanagedBitmapWrapper.cs
- SystemIcmpV4Statistics.cs
- RewritingProcessor.cs
- SqlInternalConnectionTds.cs
- BitmapMetadataEnumerator.cs
- ArrayConverter.cs
- IndentedWriter.cs
- BaseParser.cs
- SettingsProperty.cs
- HMACSHA384.cs
- PaginationProgressEventArgs.cs
- DataListCommandEventArgs.cs
- SingleConverter.cs
- ListViewDeleteEventArgs.cs
- ElementNotEnabledException.cs
- FamilyTypefaceCollection.cs
- SystemColors.cs
- PathStreamGeometryContext.cs
- DataTableMappingCollection.cs
- RegexParser.cs
- SortDescriptionCollection.cs
- OuterGlowBitmapEffect.cs
- CreateUserWizard.cs
- UIPermission.cs
- VScrollProperties.cs
- OperationSelectorBehavior.cs
- RenderCapability.cs
- TabletDeviceInfo.cs
- DbDataReader.cs
- SecurityTokenProvider.cs
- FileSystemEnumerable.cs
- FormParameter.cs
- BamlRecordHelper.cs
- ThreadSafeList.cs
- SwitchLevelAttribute.cs
- GPPOINTF.cs
- BitmapEffectDrawing.cs
- EventMappingSettings.cs
- DataGridRelationshipRow.cs
- XmlSerializationReader.cs
- Currency.cs
- DeleteCardRequest.cs
- SimpleExpression.cs
- DesignerOptionService.cs
- LinqDataSourceStatusEventArgs.cs
- LogStream.cs
- BindingExpressionBase.cs
- PerspectiveCamera.cs
- CodeDomSerializationProvider.cs
- VideoDrawing.cs
- WebBrowserSiteBase.cs
- TileModeValidation.cs
- BuildResult.cs
- SerializationEventsCache.cs
- ClientScriptManager.cs
- NativeMethods.cs
- Utilities.cs
- TypeToken.cs
- PropertyDescriptorGridEntry.cs
- DataServiceQueryProvider.cs
- OdbcConnectionString.cs
- CfgParser.cs
- SymmetricKeyWrap.cs
- PriorityBinding.cs
- WebRequest.cs
- RegistrationServices.cs
- KeyConverter.cs
- DataGridViewRowsRemovedEventArgs.cs
- Blend.cs
- SecurityDescriptor.cs
- IpcManager.cs
- ApplicationSecurityInfo.cs
- SimpleWorkerRequest.cs
- StylusButton.cs
- XamlToRtfWriter.cs
- HashCodeCombiner.cs
- TemplateBindingExpression.cs
- ModelChangedEventArgsImpl.cs
- DataGridViewBindingCompleteEventArgs.cs
- ImageBrush.cs
- ImageBrush.cs
- AsyncResult.cs
- ParameterToken.cs
- BezierSegment.cs
- ItemType.cs
- AudioSignalProblemOccurredEventArgs.cs
- ObjectCloneHelper.cs
- Size.cs
- CryptoConfig.cs
- TextTreeTextBlock.cs
- EndPoint.cs
- DataGridParentRows.cs
- InputQueue.cs