Skip to content

[F] getSdkArrayOrDictWithDiagnostics

function getSdkArrayOrDictWithDiagnostics(
context,
type,
operation?): [
| undefined
| SdkArrayType
| SdkDictionaryType, readonly Diagnostic[]];
ParameterType
contextTCGCContext
typeModel
operation?Operation

[ | undefined | SdkArrayType | SdkDictionaryType, readonly Diagnostic[]]