Поделиться через


ModelReaderWriterContext.TryGetTypeBuilder Method

Definition

Tries to gets a ModelReaderWriterTypeBuilder for the given Type to allow ModelReaderWriter to work with AOT.

public bool TryGetTypeBuilder(Type type, out System.ClientModel.Primitives.ModelReaderWriterTypeBuilder? builder);
member this.TryGetTypeBuilder : Type * ModelReaderWriterTypeBuilder -> bool
Public Function TryGetTypeBuilder (type As Type, ByRef builder As ModelReaderWriterTypeBuilder) As Boolean

Parameters

type
Type

The type to get info for.

Returns

True if the corresponding ModelReaderWriterTypeBuilder if defined in the context otherwise false.

Applies to