C# 클래스 AK.F1.Timing.Serialization.SerializationHelper

Serialization helper class. This class is .
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

공개 메소드들

메소드 설명
GetObjectTypeCode ( this type ) : ObjectTypeCode

Returns the ObjectTypeCode for the specified type.

GetUninitializedInstance ( this type ) : object

Returns an un-initialised instance of the specified type.

메소드 상세

GetObjectTypeCode() 공개 정적인 메소드

Returns the ObjectTypeCode for the specified type.
/// Thrown when is . ///
public static GetObjectTypeCode ( this type ) : ObjectTypeCode
type this The type.
리턴 ObjectTypeCode

GetUninitializedInstance() 공개 정적인 메소드

Returns an un-initialised instance of the specified type.
/// Thrown when is . ///
public static GetUninitializedInstance ( this type ) : object
type this The type to create an instance of.
리턴 object