Table of Contents

Class StringList

Namespace
Gamelogic.Extensions
Assembly
Assembly-CSharp.dll

An InspectorList of type string.

[Version(2, 5, 0)]
[Serializable]
[Obsolete("Unity now draws lists properly by default.")]
public class StringList : InspectorList<string>, IList<string>, ICollection<string>, IEnumerable<string>, IEnumerable
Inheritance
StringList
Implements
Inherited Members
Extension Methods