C# Class ctac.ObjectPropertyCopy

ファイルを表示 Open project: dshook/centauri-tac

Public Methods

Method Description
CopyProperties ( this source, object destination ) : void

Extension for 'Object' that copies the properties to a destination object.

Method Details

CopyProperties() public static method

Extension for 'Object' that copies the properties to a destination object.
public static CopyProperties ( this source, object destination ) : void
source this The source.
destination object The destination.
return void