Was this page helpful?

SubArray Extension Method

    SubArray(this T[] array, int begin)

    public static T[] SubArray(this T[] array, int begin);

    Generic Parameters

    Parameter T

    Constraints:
    none

    Parameters

    Name Type Description
    array T[]  
    begin int  

    Returns

    Type: T[]

    SubArray(this T[] array, int begin, int end)

    public static T[] SubArray(this T[] array, int begin, int end);

    Generic Parameters

    Parameter T

    Constraints:
    none

    Parameters

    Name Type Description
    array T[]  
    begin int  
    end int  

    Returns

    Type: T[]
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by