[]
        
(Showing Draft Content)

C1.C1Preview.TagSys.AssignFrom

AssignFrom Method

AssignFrom(NamedCollectionItem)

Copies the properties of the specified object to the current object.

Declaration
public override void AssignFrom(NamedCollectionItem source)
Public Overrides Sub AssignFrom(source As NamedCollectionItem)
Parameters
Type Name Description
NamedCollectionItem source

The source object to copy properties from.

Overrides