Nevron.Nov Namespace / NReflector Class / CreateFastGetter Method
In This Topic
    CreateFastGetter Method
    In This Topic
    Creates an untyped delegate for a method with no arguments and a return value. The returned delegate has one argument - the object on which the ToArray method needs to be invoked, and returns the array returned by this method.
    Syntax
    public static Nevron.Nov.DNFunctionResult<object,object> CreateFastGetter( 
       System.Reflection.PropertyInfo pi
    )

    Parameters

    pi
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also