TrustPolicyStringCollection.CopyTo Method (String[], Int32)

 

Copies a specified string to a specified location in the collection. This method is a strongly typed implementation of CopyTo(T[], Int32).

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public void CopyTo(
    string[] value,
    int index
)
public:
void CopyTo(
    array<String^>^ value,
    int index
)
member CopyTo : 
        value:string[] *
        index:int -> unit
Public Sub CopyTo (
    value As String(),
    index As Integer
)

Parameters

  • index
    Type: System.Int32

    The index value of the position in the list.

See Also

TrustPolicyStringCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top