Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / ComponentModel / ComponentCollection.cs / 1305376 / ComponentCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //// This class was generated by a tool. // Runtime Version: 1.0.2204.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //----------------------------------------------------------------------------- using System.Diagnostics.CodeAnalysis; /* This class has the HostProtectionAttribute. The purpose of this attribute is to enforce host-specific programming model guidelines, not security behavior. Suppress FxCop message - BUT REVISIT IF ADDING NEW SECURITY ATTRIBUTES. */ [assembly: SuppressMessage("Microsoft.Security", "CA2122:DoNotIndirectlyExposeMethodsWithLinkDemands", Scope="member", Target="System.ComponentModel.ComponentCollection..ctor(System.ComponentModel.IComponent[])")] [assembly: SuppressMessage("Microsoft.Security", "CA2122:DoNotIndirectlyExposeMethodsWithLinkDemands", Scope="member", Target="System.ComponentModel.ComponentCollection.get_Item(System.String):System.ComponentModel.IComponent")] namespace System.ComponentModel { using System; using System.Collections; using System.ComponentModel; using System.Globalization; using System.Security.Permissions; /** The component in the container identified by name. */ ////// [System.Runtime.InteropServices.ComVisible(true)] [HostProtection(Synchronization=true)] public class ComponentCollection : ReadOnlyCollectionBase { ////// Gets a specific ///in the /// . /// /// public ComponentCollection(IComponent[] components) { InnerList.AddRange(components); } /** The component in the container identified by name. */ ///[To be supplied.] ////// public virtual IComponent this[string name] { get { if (name != null) { IList list = InnerList; foreach(IComponent comp in list) { if (comp != null && comp.Site != null && comp.Site.Name != null && string.Equals(comp.Site.Name, name, StringComparison.OrdinalIgnoreCase)) { return comp; } } } return null; } } /** The component in the container identified by index. */ ////// Gets a specific ///in the /// . /// /// public virtual IComponent this[int index] { get { return (IComponent)InnerList[index]; } } ////// Gets a specific ///in the /// . /// /// public void CopyTo(IComponent[] array, int index) { InnerList.CopyTo(array, index); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //// This class was generated by a tool. // Runtime Version: 1.0.2204.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //----------------------------------------------------------------------------- using System.Diagnostics.CodeAnalysis; /* This class has the HostProtectionAttribute. The purpose of this attribute is to enforce host-specific programming model guidelines, not security behavior. Suppress FxCop message - BUT REVISIT IF ADDING NEW SECURITY ATTRIBUTES. */ [assembly: SuppressMessage("Microsoft.Security", "CA2122:DoNotIndirectlyExposeMethodsWithLinkDemands", Scope="member", Target="System.ComponentModel.ComponentCollection..ctor(System.ComponentModel.IComponent[])")] [assembly: SuppressMessage("Microsoft.Security", "CA2122:DoNotIndirectlyExposeMethodsWithLinkDemands", Scope="member", Target="System.ComponentModel.ComponentCollection.get_Item(System.String):System.ComponentModel.IComponent")] namespace System.ComponentModel { using System; using System.Collections; using System.ComponentModel; using System.Globalization; using System.Security.Permissions; /** The component in the container identified by name. */ ////// [System.Runtime.InteropServices.ComVisible(true)] [HostProtection(Synchronization=true)] public class ComponentCollection : ReadOnlyCollectionBase { ////// Gets a specific ///in the /// . /// /// public ComponentCollection(IComponent[] components) { InnerList.AddRange(components); } /** The component in the container identified by name. */ ///[To be supplied.] ////// public virtual IComponent this[string name] { get { if (name != null) { IList list = InnerList; foreach(IComponent comp in list) { if (comp != null && comp.Site != null && comp.Site.Name != null && string.Equals(comp.Site.Name, name, StringComparison.OrdinalIgnoreCase)) { return comp; } } } return null; } } /** The component in the container identified by index. */ ////// Gets a specific ///in the /// . /// /// public virtual IComponent this[int index] { get { return (IComponent)InnerList[index]; } } ////// Gets a specific ///in the /// . /// /// public void CopyTo(IComponent[] array, int index) { InnerList.CopyTo(array, index); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Translator.cs
- ImpersonationOption.cs
- PagesSection.cs
- StorageConditionPropertyMapping.cs
- TextShapeableCharacters.cs
- UnsafeNativeMethods.cs
- OracleDateTime.cs
- ImageIndexConverter.cs
- WindowsScrollBar.cs
- XmlEncoding.cs
- ClientProxyGenerator.cs
- Utilities.cs
- XmlSchemaObjectCollection.cs
- CompoundFileStreamReference.cs
- HttpNamespaceReservationInstallComponent.cs
- XsdCachingReader.cs
- ColorPalette.cs
- GrammarBuilderDictation.cs
- FlowDocumentScrollViewer.cs
- RangeValueProviderWrapper.cs
- TextSelectionHighlightLayer.cs
- FontFamilyValueSerializer.cs
- ListItemCollection.cs
- SerializableAttribute.cs
- HtmlMeta.cs
- CustomErrorsSection.cs
- DropDownButton.cs
- DateTimeFormatInfoScanner.cs
- ConfigUtil.cs
- FormViewCommandEventArgs.cs
- RegexStringValidator.cs
- ListBase.cs
- BypassElement.cs
- CompoundFileIOPermission.cs
- IndexerNameAttribute.cs
- SqlDataSourceView.cs
- SafeViewOfFileHandle.cs
- SqlServices.cs
- StatusInfoItem.cs
- XmlChoiceIdentifierAttribute.cs
- DataSourceCacheDurationConverter.cs
- HierarchicalDataBoundControl.cs
- UnsafeCollabNativeMethods.cs
- Paragraph.cs
- SecurityTokenAttachmentMode.cs
- InputReportEventArgs.cs
- TextEditorTables.cs
- ColumnHeaderConverter.cs
- SystemParameters.cs
- RoleManagerSection.cs
- AtomPub10ServiceDocumentFormatter.cs
- AnnotationDocumentPaginator.cs
- PriorityItem.cs
- BufferedGraphicsManager.cs
- ManagedFilter.cs
- UrlAuthFailedErrorFormatter.cs
- DataObjectEventArgs.cs
- ContextTokenTypeConverter.cs
- SingleObjectCollection.cs
- LinearGradientBrush.cs
- CachedCompositeFamily.cs
- WebMessageBodyStyleHelper.cs
- ISAPIApplicationHost.cs
- ManagementObject.cs
- IssuanceTokenProviderBase.cs
- ClientUIRequest.cs
- Interop.cs
- TimerTable.cs
- GlyphShapingProperties.cs
- SqlTransaction.cs
- ObjectTokenCategory.cs
- IISUnsafeMethods.cs
- DataGridViewHeaderCell.cs
- LocalBuilder.cs
- DrawingGroupDrawingContext.cs
- Rights.cs
- ActiveDocumentEvent.cs
- CommonProperties.cs
- FixedDocumentPaginator.cs
- CounterCreationDataCollection.cs
- XPathAxisIterator.cs
- AccessibilityApplicationManager.cs
- XmlnsCache.cs
- HandleTable.cs
- ChangePassword.cs
- DbParameterCollectionHelper.cs
- SocketAddress.cs
- EventLogPermissionAttribute.cs
- XmlSchemaChoice.cs
- IRCollection.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- SerializationFieldInfo.cs
- ToolStripContainerDesigner.cs
- EventLogTraceListener.cs
- UrlMappingsSection.cs
- DesignBindingConverter.cs
- QueryParameter.cs
- ProvidePropertyAttribute.cs
- MatrixConverter.cs
- EndpointAddressMessageFilterTable.cs