PropertyItemsScript.Compact method
Generates a compact version of the scripts.
public static string Compact(IEnumerable<(string scriptName, PropertyItemsData data)> inputs)
| parameter | description |
|---|---|
| inputs | The inputs. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | inputs is null. |
See Also
- class PropertyItemsData
- class PropertyItemsScript