Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- GenericEnumerator.cs
- ImageConverter.cs
- ValidationEventArgs.cs
- SymbolDocumentGenerator.cs
- DocumentsTrace.cs
- ComUdtElement.cs
- CodeTypeParameterCollection.cs
- QueryStringParameter.cs
- DefaultPerformanceCounters.cs
- HandlerFactoryWrapper.cs
- ResumeStoryboard.cs
- WindowsAltTab.cs
- SmtpNtlmAuthenticationModule.cs
- Base64WriteStateInfo.cs
- Substitution.cs
- ObjectParameterCollection.cs
- ToolStripStatusLabel.cs
- CodeAttachEventStatement.cs
- LinkButton.cs
- DataGridViewColumnDesigner.cs
- Maps.cs
- DataGridTemplateColumn.cs
- SectionInformation.cs
- MissingMethodException.cs
- MachineKeySection.cs
- ValueExpressions.cs
- WebConvert.cs
- DSACryptoServiceProvider.cs
- embossbitmapeffect.cs
- FileLoadException.cs
- ScriptResourceHandler.cs
- ProviderException.cs
- EventLogPropertySelector.cs
- XmlSchemaExporter.cs
- configsystem.cs
- TypeConverters.cs
- DataGridSortCommandEventArgs.cs
- XmlLangPropertyAttribute.cs
- DefaultHttpHandler.cs
- AssemblyInfo.cs
- BitmapVisualManager.cs
- Matrix3DConverter.cs
- SessionStateUtil.cs
- peernodestatemanager.cs
- ToolStripComboBox.cs
- StateItem.cs
- Utils.cs
- Classification.cs
- ObjectSelectorEditor.cs
- ResolveNameEventArgs.cs
- NativeMethodsCLR.cs
- DbCommandTree.cs
- NodeCounter.cs
- DataSourceConverter.cs
- wgx_sdk_version.cs
- Bold.cs
- Util.cs
- ListComponentEditor.cs
- WebPartMenuStyle.cs
- SetterBase.cs
- QilStrConcat.cs
- HttpStreamXmlDictionaryWriter.cs
- Point3DValueSerializer.cs
- KeyConstraint.cs
- UserInitiatedRoutedEventPermission.cs
- FrameworkTextComposition.cs
- HashHelper.cs
- FileSecurity.cs
- UnauthorizedWebPart.cs
- Constants.cs
- BevelBitmapEffect.cs
- SerializableAuthorizationContext.cs
- SafeNativeMethods.cs
- ListControl.cs
- Privilege.cs
- AvTrace.cs
- DoubleCollectionConverter.cs
- BinaryCommonClasses.cs
- SqlCharStream.cs
- EntitySetRetriever.cs
- BlurBitmapEffect.cs
- MethodBuilder.cs
- DataGridViewComboBoxColumnDesigner.cs
- EntityContainerEmitter.cs
- FileDataSourceCache.cs
- HttpClientChannel.cs
- XslNumber.cs
- VisualTreeHelper.cs
- BitmapEffectOutputConnector.cs
- RemotingAttributes.cs
- DataGridViewHitTestInfo.cs
- ControlAdapter.cs
- RunInstallerAttribute.cs
- Converter.cs
- ArrayEditor.cs
- login.cs
- HttpStreamMessage.cs
- NativeMethodsOther.cs
- NavigationWindowAutomationPeer.cs
- RequestCache.cs