Skip to content

[F] getSdkArrayOrDictWithDiagnostics

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

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