Search Results for

    Method ConvertIntPtr2List

    ConvertIntPtr2List<T>(IntPtr, uint)

    Declaration
    public static List<T> ConvertIntPtr2List<T>(IntPtr ptr, uint count)
    Parameters
    Type Name Description
    IntPtr ptr
    uint count
    Returns
    Type Description
    List<T>
    Type Parameters
    Name Description
    T
    In This Article