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

this() public method

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