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