[F] getSdkArrayOrDictWithDiagnostics
function getSdkArrayOrDictWithDiagnostics( context, type, operation?): [ | SdkArrayType | SdkDictionaryType | undefined, readonly Diagnostic[]];Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
context | TCGCContext |
type | Model |
operation? | Operation |
Returns
Section titled “Returns”[
| SdkArrayType
| SdkDictionaryType
| undefined, readonly Diagnostic[]]