Class StringList
Inheritance
System.Object
StringList
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Pixyz.OptimizeSDK.Native.Core
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class StringList
Constructors
StringList()
Declaration
public StringList()
StringList(Int32)
Declaration
public StringList(int size)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | size |
StringList(String[])
Declaration
public StringList(string[] tab)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | tab |
Fields
list
Declaration
public string[] list
Field Value
Type | Description |
---|---|
System.String[] |
Properties
Item[Int32]
Declaration
public string this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
System.String |
length
Declaration
public int length { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Operators
Implicit(StringList to String[])
Declaration
public static implicit operator string[](StringList o)
Parameters
Type | Name | Description |
---|---|---|
StringList | o |
Returns
Type | Description |
---|---|
System.String[] |