IdentityReferenceCollection.CopyTo(IdentityReference[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the IdentityReferenceCollection collection to an IdentityReferenceCollection array, starting at the specified index.
public:
virtual void CopyTo(cli::array <System::Security::Principal::IdentityReference ^> ^ array, int offset);
public void CopyTo (System.Security.Principal.IdentityReference[] array, int offset);
abstract member CopyTo : System.Security.Principal.IdentityReference[] * int -> unit
override this.CopyTo : System.Security.Principal.IdentityReference[] * int -> unit
Public Sub CopyTo (array As IdentityReference(), offset As Integer)
Parameters
- array
- IdentityReference[]
An IdentityReferenceCollection array object to which the IdentityReferenceCollection collection is to be copied.
- offset
- Int32
The zero-based index in array
where the IdentityReferenceCollection collection is to be copied.
Implements
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.