Click or drag to resize

MetadataCopyFrom Method

Copies all properties from the source meta data.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public Metadata CopyFrom(
	Metadata source
)

Parameters

source  Metadata
Meta data to copy from.

Return Value

Metadata
Returns this.
See Also