Click or drag to resize

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)
Syntax
protected void ShallowCopyTo(
	SecurIdToken token
)

Parameters

token
Type: ursaSecurIdToken
The token instance into which the value of the current instance will be copied.
See Also