C# Класс AK.F1.Timing.Serialization.SerializationHelper

Serialization helper class. This class is .
Показать файл Открыть проект

Открытые методы

Метод Описание
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