Show / Hide Table of Contents

Class ISN_NSArrayModel

Array representation model. Use to send data to the native part using JSONUtility.

Inheritance
System.Object
ISN_NSArrayModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.Foundation
Assembly: cs.temp.dll.dll
Syntax
public class ISN_NSArrayModel

Properties

Value

List values

Declaration
public List<string> Value { get; }
Property Value
Type Description
List<System.String>

Methods

Add(String)

Adds list item to the model.

Declaration
public void Add(string item)
Parameters
Type Name Description
System.String item
In This Article
Back to top Generated by DocFX