DotNetWebToolkit.Web.Int16Array.this C# (CSharp) Method

this() public method

public this ( int index ) : Int16
index int
return System.Int16
        public extern Int16 this[int index] { get; set; }
        public extern void Set(Int16Array array);