C# 클래스 Tp.Core.Extensions.Objects

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
CloneObject ( this original ) : object

Creates a shallow copy of specified object (ONLY PROPERTIES ARE SUPPORTED)

Only properties supported

CreateCloner ( Type type ) : object>.Func

메소드 상세

CloneObject() 공개 정적인 메소드

Creates a shallow copy of specified object (ONLY PROPERTIES ARE SUPPORTED)
Only properties supported
public static CloneObject ( this original ) : object
original this Specified object to clone
리턴 object

CreateCloner() 공개 정적인 메소드

public static CreateCloner ( Type type ) : object>.Func
type System.Type
리턴 object>.Func