ParameterCollection Class

Represents the collection of parameters for a method.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.Administration.ParameterCollection

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class ParameterCollection _
    Implements IEnumerable(Of Parameter), IEnumerable
'Usage
Dim instance As ParameterCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class ParameterCollection : IEnumerable<Parameter>, 
    IEnumerable

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.

See Also

Reference

ParameterCollection Members

Microsoft.SharePoint.BusinessData.Administration Namespace