C# Class ctac.ObjectPropertyCopy

Afficher le fichier Open project: dshook/centauri-tac

Méthodes publiques

Méthode Description
CopyProperties ( this source, object destination ) : void

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

Method Details

CopyProperties() public static méthode

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.
Résultat void