SyncParameterCollection Members
A collection of SyncParameter objects.
The following tables list the members exposed by the SyncParameterCollection type.
Public Constructors
Name | Description | |
---|---|---|
SyncParameterCollection | Initializes a new instance of the SyncParameterCollection class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
![]() |
Count | (inherited from Collection ) |
![]() |
Item | Overloaded. |
Top
Protected Properties
Name | Description | |
---|---|---|
![]() |
Items | (inherited from Collection ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Add | Overloaded. |
![]() |
Clear | (inherited from Collection ) |
![]() |
Contains | Overloaded. Determines whether a specific SyncParameter object is in the collection. |
![]() |
CopyTo | (inherited from Collection ) |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetEnumerator | (inherited from Collection ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() |
IndexOf | Overloaded. Searches for the specified SyncParameter object and returns the zero-based index of the first occurrence within the entire collection. |
![]() |
Insert | (inherited from Collection ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
Remove | Overloaded. Removes the first occurrence of a specific SyncParameter object from the collection. |
![]() |
RemoveAt | (inherited from Collection ) |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
ClearItems | (inherited from Collection ) |
![]() |
Finalize | (inherited from Object ) |
![]() |
InsertItem | (inherited from Collection ) |
![]() |
MemberwiseClone | (inherited from Object ) |
![]() |
RemoveItem | (inherited from Collection ) |
![]() |
SetItem | (inherited from Collection ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.ICollection.CopyTo | (inherited from Collection ) | |
System.Collections.IEnumerable.GetEnumerator | (inherited from Collection ) | |
System.Collections.IList.Add | (inherited from Collection ) | |
System.Collections.IList.Contains | (inherited from Collection ) | |
System.Collections.IList.IndexOf | (inherited from Collection ) | |
System.Collections.IList.Insert | (inherited from Collection ) | |
System.Collections.IList.Remove | (inherited from Collection ) | |
System.Collections.Generic.ICollection.IsReadOnly | (inherited from Collection ) | |
System.Collections.ICollection.IsSynchronized | (inherited from Collection ) | |
System.Collections.ICollection.SyncRoot | (inherited from Collection ) | |
System.Collections.IList.IsFixedSize | (inherited from Collection ) | |
System.Collections.IList.IsReadOnly | (inherited from Collection ) | |
System.Collections.IList.Item | (inherited from Collection ) |
Top
See Also
Reference
SyncParameterCollection Class
Microsoft.Synchronization.Data Namespace