ICollection « Collections Data Structure « C# / C Sharp

Home
C# / C Sharp
1.2D Graphics
2.Class Interface
3.Collections Data Structure
4.Components
5.Data Types
6.Database ADO.net
7.Design Patterns
8.Development Class
9.Event
10.File Stream
11.Generics
12.GUI Windows Form
13.Language Basics
14.LINQ
15.Network
16.Office
17.Reflection
18.Regular Expressions
19.Security
20.Services Event
21.Thread
22.Web Services
23.Windows
24.Windows Presentation Foundation
25.XML
26.XML LINQ
C# / C Sharp by API
C# / CSharp Tutorial
C# / CSharp Open Source
C# / C Sharp » Collections Data Structure » ICollectionScreenshots 
1.Finds a value of the given type in the given collection.
2.Adds a new element to the specified collection.
3.Adds all of the elements of the "c" collection to the "target" collection.
4.Removes all the elements from the collection.
5.Determines whether the collection contains the specified element.
6.Determines whether the collection contains all the elements in the specified collection.
7.Removes the specified element from the collection.
8.Retains the elements in the target collection that are contained in the specified collection
9.Returns an array containing all the elements of the collection.
10.Converts an ICollection instance to an ArrayList instance.
11.Tests if the specified object is a collection and converts it to its string representation.
12.Determines whether the collection contains the specified element
13.Adds the specified element to the specified collection
14.Determines whether the collection contains all the elements in the specified collection.
15.Removes all the elements from the target collection that are contained in the source collection.
16.Converts an System.Collections.ICollection instance to an System.Collections.ArrayList instance.
17.Copies the elements of the ICollection to a new array of the specified element type.
18.Removes all the elements from the target collection that are contained in the source collection.
19.Determine whether a given collection only contains a single unique object
20.Determine whether a given collection only contains a single unique object
21.Is a Collection Null Or Empty Or Default
22.Converts the specified collection to its string representation.
23.Group the collection using a function which returns the key.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.