<!--
{
  "availability" : [
    "macCatalyst: 13.0.0 -",
    "macOS: 10.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Scripting Bridge",
  "identifier" : "/documentation/ScriptingBridge/SBElementArray/get()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Scripting Bridge"
    ],
    "preciseIdentifier" : "c:objc(cs)SBElementArray(im)get"
  },
  "title" : "get()"
}
-->

# get()

Forces evaluation of the receiver, causing the real object to be returned
immediately.

```
func get() -> [Any]?
```

## Return Value

The object referenced by the receiver.

## Discussion

This method forces the evaluation of the current object reference (the
receiver), resulting in the return of the referenced object. By default,
Scripting Bridge deals with references to objects until you actually request
some concrete data from them or until you call the `get` method.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)