PERWAPI.Array.ElemType C# (CSharp) Method

ElemType() public method

public ElemType ( ) : Type
return Type
        public Type ElemType()
        {
            return elemType;
        }