Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SZArrayRecord<T> Class

Definition

Namespace:
System.Formats.Nrbf
Assembly:
System.Formats.Nrbf.dll
Package:
System.Formats.Nrbf v11.0.0-preview.5.26302.115
Source:
SZArrayRecord.cs
Source:
SZArrayRecord.cs
Source:
SZArrayRecord.cs
Source:
SZArrayRecord.cs
Source:
SZArrayRecord.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Defines the core behavior for NRBF single dimensional, zero-indexed array records and provides a base for derived classes.

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

Type Parameters

T
Inheritance

Properties

Name Description
Id

Gets the ID of the record.

(Inherited from ArrayRecord)
Length

Gets the length of the array.

Lengths

When overridden in a derived class, gets a buffer of integers that represent the number of elements in each dimension.

Rank

Gets the rank of the array.

(Inherited from ArrayRecord)
RecordType

Gets the type of the record.

(Inherited from SerializationRecord)
TypeName

Gets the name of the serialized type.

(Inherited from SerializationRecord)

Methods

Name Description
GetArray(Boolean)

When overridden in a derived class, allocates an array of T and fills it with the data provided in the serialized records (in case of primitive types like String or Int32) or the serialized records themselves.

GetArray(Type, Boolean)

Allocates an array and fills it with the data provided in the serialized records (in case of primitive types like String or Int32) or the serialized records themselves.

(Inherited from ArrayRecord)
TypeNameMatches(Type)

Compares the type name read from the payload against the specified type.

(Inherited from SerializationRecord)

Applies to


Feedback

Was this page helpful?