TypeArgumentList Struct

Definition

public readonly struct TypeArgumentList : IEquatable<Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.TypeArgumentList>
type TypeArgumentList = struct
Public Structure TypeArgumentList
Implements IEquatable(Of TypeArgumentList)
Inheritance
TypeArgumentList
Implements

Constructors

TypeArgumentList(SchemaId)
TypeArgumentList(TypeArgument[])

Fields

Empty

Properties

Count
Item[Int32]
SchemaId

Methods

Equals(Object)
Equals(TypeArgumentList)
GetEnumerator()
GetHashCode()
ToString()

Operators

Equality(TypeArgumentList, TypeArgumentList)
Implicit(SchemaId to TypeArgumentList)
Inequality(TypeArgumentList, TypeArgumentList)

Applies to