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
- SqlResolver.cs
- SqlFileStream.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- DynamicValueConverter.cs
- FontTypeConverter.cs
- ControlValuePropertyAttribute.cs
- FormatPage.cs
- DbMetaDataColumnNames.cs
- Formatter.cs
- FormViewDeleteEventArgs.cs
- FontStyle.cs
- TextServicesProperty.cs
- ConfigurationElementProperty.cs
- ScrollEventArgs.cs
- SQLBinaryStorage.cs
- Span.cs
- PrincipalPermission.cs
- XhtmlBasicListAdapter.cs
- DaylightTime.cs
- SubMenuStyle.cs
- VirtualPath.cs
- DocumentScope.cs
- PolicyManager.cs
- RequestCacheEntry.cs
- SafeNativeMethodsMilCoreApi.cs
- PropertyOverridesDialog.cs
- IListConverters.cs
- CompositeControl.cs
- ScanQueryOperator.cs
- TextRangeEditTables.cs
- SpellerInterop.cs
- ClientTargetCollection.cs
- TableRowGroup.cs
- CircleHotSpot.cs
- ToolStripDropDownClosingEventArgs.cs
- ServiceHttpModule.cs
- ConfigurationManagerInternalFactory.cs
- XmlBinaryReader.cs
- RouteCollection.cs
- QueryResponse.cs
- CombinedGeometry.cs
- UTF7Encoding.cs
- CodeDomDecompiler.cs
- PolicyValidationException.cs
- CodeCommentStatement.cs
- WebBrowserSiteBase.cs
- ThemeDirectoryCompiler.cs
- NamespaceTable.cs
- SqlDeflator.cs
- SynthesizerStateChangedEventArgs.cs
- ConnectionProviderAttribute.cs
- WindowsPrincipal.cs
- dataSvcMapFileLoader.cs
- FormClosedEvent.cs
- Pair.cs
- ChannelManager.cs
- SqlTriggerContext.cs
- HybridObjectCache.cs
- ListDictionary.cs
- ActivityExecutionWorkItem.cs
- WebPartDisplayModeCancelEventArgs.cs
- WebRequestModuleElement.cs
- EUCJPEncoding.cs
- ScrollChrome.cs
- SafeTimerHandle.cs
- ActiveXContainer.cs
- WebScriptMetadataMessage.cs
- StringBlob.cs
- WindowsListViewItemCheckBox.cs
- ClaimSet.cs
- FontSourceCollection.cs
- SqlCommandSet.cs
- OleDbConnectionInternal.cs
- ActivityInstance.cs
- ApplicationGesture.cs
- LiteralLink.cs
- CustomAttributeFormatException.cs
- QuaternionIndependentAnimationStorage.cs
- ServiceSecurityAuditBehavior.cs
- DateTimeFormatInfo.cs
- BamlWriter.cs
- GridViewRowPresenter.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- LayoutTable.cs
- TemplateInstanceAttribute.cs
- XmlILModule.cs
- RankException.cs
- InfiniteTimeSpanConverter.cs
- HyperLink.cs
- ConfigUtil.cs
- LogConverter.cs
- RequestCacheManager.cs
- XslAstAnalyzer.cs
- SafeSecurityHandles.cs
- HttpPostProtocolReflector.cs
- ActivityCollectionMarkupSerializer.cs
- PrintEvent.cs
- InvalidComObjectException.cs
- PropertyConverter.cs
- TypeToArgumentTypeConverter.cs