PrimitiveTypeRecord<T> 类

定义

表示本身表示 T 类型的基元值的记录。

generic <typename T>
public ref class PrimitiveTypeRecord abstract : System::Formats::Nrbf::PrimitiveTypeRecord
public abstract class PrimitiveTypeRecord<T> : System.Formats.Nrbf.PrimitiveTypeRecord
type PrimitiveTypeRecord<'T> = class
    inherit PrimitiveTypeRecord
Public MustInherit Class PrimitiveTypeRecord(Of T)
Inherits PrimitiveTypeRecord

类型参数

T

基元值的类型。

继承

注解

NRBF 规范将以下类型视为基元:StringBooleanByteSByteCharInt16UInt16Int32UInt32Int64UInt64SingleDoubleDecimalDateTimeTimeSpan

其他序列化记录用 ClassRecordArrayRecord表示。

属性

Id

获取记录的 ID。

(继承自 SerializationRecord)
RecordType

获取记录的类型。

(继承自 SerializationRecord)
TypeName

获取序列化类型的名称。

Value

获取序列化的基元值。

方法

Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
ToString()

返回一个表示当前对象的字符串。

(继承自 Object)
TypeNameMatches(Type)

将从有效负载中读取的类型名称与指定类型进行比较。

(继承自 SerializationRecord)

适用于