TypeArgument Constructors
Definition
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.
Overloads
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)
Parameters
- type
- LayoutType
Applies to
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)
Parameters
- type
- LayoutType
- typeArgs
- TypeArgumentList
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET