Click or drag to resize

ContainerType Enumeration

Specifies the container type of a script.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public enum ContainerType
Members
Member nameDescription
Script Indicates the script is a IScriptContainer.
Field Indicates the script is a IFieldContainerT.
See Also