Code:
                         / Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Net / System / Net / NetworkInformation / ipaddressinformationcollection.cs / 1 / ipaddressinformationcollection.cs
                        
                        
                            using System.Collections.Generic; 
using System.Collections.ObjectModel;
namespace System.Net.NetworkInformation{
    public class IPAddressInformationCollection :ICollection 
    {
        Collection addresses = new Collection(); 
 
        internal IPAddressInformationCollection(){
        } 
        ///  GetEnumerator() { 
            return (IEnumerator) addresses.GetEnumerator();
        } 
        public virtual IPAddressInformation this[int index]
        { 
            get{
                return (IPAddressInformation)addresses[index]; 
            } 
        }
 
        ///  
    {
        Collection addresses = new Collection(); 
 
        internal IPAddressInformationCollection(){
        } 
        ///  GetEnumerator() { 
            return (IEnumerator) addresses.GetEnumerator();
        } 
        public virtual IPAddressInformation this[int index]
        { 
            get{
                return (IPAddressInformation)addresses[index]; 
            } 
        }
 
        ///           
                        
                        
                        
                    Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Token.cs
- SelectionPattern.cs
- LoginUtil.cs
- FlowLayoutPanel.cs
- TimeEnumHelper.cs
- InstanceData.cs
- RealizationContext.cs
- WebPartConnectionsConfigureVerb.cs
- HttpListenerResponse.cs
- XmlReaderSettings.cs
- ToolBarButtonClickEvent.cs
- ProbeMatchesApril2005.cs
- SourceLineInfo.cs
- ProjectionCamera.cs
- MatchAttribute.cs
- DbExpressionRules.cs
- MatrixTransform3D.cs
- XmlDataSourceNodeDescriptor.cs
- StrokeRenderer.cs
- WeakReference.cs
- PassportAuthenticationEventArgs.cs
- StoragePropertyMapping.cs
- TransformCollection.cs
- ConnectionStringsExpressionBuilder.cs
- Timeline.cs
- UserControlCodeDomTreeGenerator.cs
- TransactionInformation.cs
- Constraint.cs
- FormsAuthenticationTicket.cs
- PreloadedPackages.cs
- RbTree.cs
- CaseInsensitiveHashCodeProvider.cs
- SystemBrushes.cs
- SQLMoney.cs
- TypefaceMetricsCache.cs
- OuterGlowBitmapEffect.cs
- WindowsStatic.cs
- StrokeNodeOperations.cs
- DeleteHelper.cs
- EndpointBehaviorElement.cs
- ProgressPage.cs
- XmlSerializableServices.cs
- TextEffect.cs
- ReferenceSchema.cs
- Stack.cs
- SafeSecurityHandles.cs
- ObjectConverter.cs
- VirtualizedContainerService.cs
- FontSizeConverter.cs
- PointAnimationUsingPath.cs
- HtmlString.cs
- TraceRecords.cs
- AppDomainUnloadedException.cs
- ProjectionPruner.cs
- CollectionViewGroupInternal.cs
- Property.cs
- DataServiceHostWrapper.cs
- LineSegment.cs
- DispatcherObject.cs
- CodeActivity.cs
- LinearKeyFrames.cs
- DetailsViewModeEventArgs.cs
- SequenceFullException.cs
- LinkLabelLinkClickedEvent.cs
- ComUdtElement.cs
- X509AsymmetricSecurityKey.cs
- ISAPIRuntime.cs
- OdbcConnectionHandle.cs
- documentsequencetextcontainer.cs
- Variant.cs
- SqlInternalConnectionSmi.cs
- CustomErrorCollection.cs
- OutOfMemoryException.cs
- MappingException.cs
- RootBrowserWindowAutomationPeer.cs
- WmlPageAdapter.cs
- RectConverter.cs
- GridViewAutomationPeer.cs
- SourceSwitch.cs
- ActivityStateRecord.cs
- XmlAttributeOverrides.cs
- SQLConvert.cs
- DataRowView.cs
- ComplexPropertyEntry.cs
- FormViewInsertedEventArgs.cs
- EntityContainerEmitter.cs
- Accessible.cs
- Utils.cs
- SiteMap.cs
- RawKeyboardInputReport.cs
- ListViewInsertedEventArgs.cs
- Set.cs
- BCLDebug.cs
- NamedPipeDuplicateContext.cs
- DeferredSelectedIndexReference.cs
- LineInfo.cs
- DialogWindow.cs
- DbMetaDataFactory.cs
- GridSplitter.cs
- RequestQueue.cs