C# 클래스 ctac.ObjectPropertyCopy

파일 보기 프로젝트 열기: dshook/centauri-tac

공개 메소드들

메소드 설명
CopyProperties ( this source, object destination ) : void

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

메소드 상세

CopyProperties() 공개 정적인 메소드

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.
리턴 void