TypeArgument Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
TypeArgument(LayoutType) | |
TypeArgument(LayoutType, TypeArgumentList) |
TypeArgument(LayoutType)
public TypeArgument (Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutType type);
new Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.TypeArgument : Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutType -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.TypeArgument
Public Sub New (type As LayoutType)
Parâmetros
- type
- LayoutType
Aplica-se a
TypeArgument(LayoutType, TypeArgumentList)
public TypeArgument (Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutType type, Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.TypeArgumentList typeArgs);
new Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.TypeArgument : Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutType * Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.TypeArgumentList -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.TypeArgument
Public Sub New (type As LayoutType, typeArgs As TypeArgumentList)
Parâmetros
- type
- LayoutType
- typeArgs
- TypeArgumentList
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET