 | SecurIdTokenShallowCopyTo Method |
Perform a shallow copy of the current instance to supplied token instance
Namespace:
ursa
Assembly:
ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntaxprotected void ShallowCopyTo(
SecurIdToken token
)
Protected Sub ShallowCopyTo (
token As SecurIdToken
)
protected:
void ShallowCopyTo(
SecurIdToken^ token
)
member ShallowCopyTo :
token : SecurIdToken -> unit
Parameters
- token
- Type: ursaSecurIdToken
The token instance into which the value of the current instance will be copied.
See Also