SyncParameterCollection Class
A collection of SyncParameter objects.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<SyncParameter>
Microsoft.Synchronization.Data.SyncParameterCollection
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class SyncParameterCollection _
Inherits Collection(Of SyncParameter)
'Usage
Dim instance As SyncParameterCollection
[SerializableAttribute]
public sealed class SyncParameterCollection : Collection<SyncParameter>
[SerializableAttribute]
public ref class SyncParameterCollection sealed : public Collection<SyncParameter^>
[<SealedAttribute>]
[<SerializableAttribute>]
type SyncParameterCollection =
class
inherit Collection<SyncParameter>
end
public final class SyncParameterCollection extends Collection<SyncParameter>
The SyncParameterCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SyncParameterCollection | Initializes a new instance of the SyncParameterCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from Collection<SyncParameter>.) | |
Item[Int32] | (Inherited from Collection<SyncParameter>.) | |
Item[String] | Gets a SyncParameter object from the collection when given a parameter name. | |
Items | (Inherited from Collection<SyncParameter>.) |
Top
Methods
Name | Description | |
---|---|---|
Add(T) | (Inherited from Collection<SyncParameter>.) | |
Add(String, Object) | Adds a SyncParameter to the end of the collection when given a parameter name and value. | |
Clear | (Inherited from Collection<SyncParameter>.) | |
ClearItems | (Inherited from Collection<SyncParameter>.) | |
Contains(String) | Determines whether a SyncParameter object with the specified name is in the collection. | |
Contains(T) | (Inherited from Collection<SyncParameter>.) | |
CopyTo | (Inherited from Collection<SyncParameter>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from Collection<SyncParameter>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf(String) | Searches for a SyncParameter object when given a parameter name, and returns the zero-based index of the first occurrence within the entire collection. | |
IndexOf(T) | (Inherited from Collection<SyncParameter>.) | |
Insert | (Inherited from Collection<SyncParameter>.) | |
InsertItem | (Inherited from Collection<SyncParameter>.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove(String) | Removes the first occurrence of a SyncParameter object from the collection when given a parameter name. | |
Remove(T) | (Inherited from Collection<SyncParameter>.) | |
RemoveAt | (Inherited from Collection<SyncParameter>.) | |
RemoveItem | (Inherited from Collection<SyncParameter>.) | |
SetItem | (Inherited from Collection<SyncParameter>.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from Collection<SyncParameter>.) | |
IList.Contains | (Inherited from Collection<SyncParameter>.) | |
ICollection.CopyTo | (Inherited from Collection<SyncParameter>.) | |
IEnumerable.GetEnumerator | (Inherited from Collection<SyncParameter>.) | |
IList.IndexOf | (Inherited from Collection<SyncParameter>.) | |
IList.Insert | (Inherited from Collection<SyncParameter>.) | |
IList.IsFixedSize | (Inherited from Collection<SyncParameter>.) | |
ICollection<T>.IsReadOnly | (Inherited from Collection<SyncParameter>.) | |
IList.IsReadOnly | (Inherited from Collection<SyncParameter>.) | |
ICollection.IsSynchronized | (Inherited from Collection<SyncParameter>.) | |
IList.Item | (Inherited from Collection<SyncParameter>.) | |
IList.Remove | (Inherited from Collection<SyncParameter>.) | |
ICollection.SyncRoot | (Inherited from Collection<SyncParameter>.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.