Method GetReadOnly
GetReadOnly()
Gets all built-in tools that are read-only (no state mutation).
public static IEnumerable<ITool> GetReadOnly()
Returns
- IEnumerable<ITool>
Tools where IsReadOnly is
true.
Gets all built-in tools that are read-only (no state mutation).
public static IEnumerable<ITool> GetReadOnly()
Tools where IsReadOnly is true.