'Declaration
<DefaultMemberAttribute("Item")> Public Class ScriptCollection Inherits System.Collections.Generic.List(Of Script) Implements System.Collections.Generic.ICollection(Of Script), System.Collections.Generic.IEnumerable(Of Script), System.Collections.Generic.IList(Of Script), System.Collections.Generic.IReadOnlyCollection(Of Script), System.Collections.Generic.IReadOnlyList(Of Script), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Usage
Dim instance As ScriptCollection
[DefaultMember("Item")] public class ScriptCollection : System.Collections.Generic.List<Script>, System.Collections.Generic.ICollection<Script>, System.Collections.Generic.IEnumerable<Script>, System.Collections.Generic.IList<Script>, System.Collections.Generic.IReadOnlyCollection<Script>, System.Collections.Generic.IReadOnlyList<Script>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
public class ScriptCollection = class(System.Collections.Generic.List, System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.Generic.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList)
DefaultMemberAttribute("Item") public class ScriptCollection extends System.Collections.Generic.List implements System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.Generic.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[DefaultMember("Item")] public __gc class ScriptCollection : public System.Collections.Generic.List<Script>, System.Collections.Generic.ICollection<Script>, System.Collections.Generic.IEnumerable<Script>, System.Collections.Generic.IList<Script>, System.Collections.Generic.IReadOnlyCollection<Script>, System.Collections.Generic.IReadOnlyList<Script>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[DefaultMember("Item")] public ref class ScriptCollection : public System.Collections.Generic.List<Script>, System.Collections.Generic.ICollection<Script>, System.Collections.Generic.IEnumerable<Script>, System.Collections.Generic.IList<Script>, System.Collections.Generic.IReadOnlyCollection<Script>, System.Collections.Generic.IReadOnlyList<Script>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList