# SelectorMethods

> A Dictionary_2 of methods that can be used as selectors.

## Definition

* **Type:** Property
* **Namespace:** [Unity.SmartStrings.Extensions](/engine/6000.7/script-reference/unity/smartstrings/extensions.md)
* **Assembly:** UnityEngine.SmartStringsModule

```csharp
protected Dictionary<string, Func<ISelectorInfo, string, bool>> SelectorMethods { get; set; }
```
