menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GetValueDelegate - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GetValueDelegate

    Use to get the property value without using reflection.

    Inheritance
    System.Object
    GetValueDelegate
    Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class GetValueDelegate : MulticastDelegate

    Constructors

    GetValueDelegate(Object, IntPtr)

    Declaration
    public GetValueDelegate(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Object, String, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object o, string name, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object o
    System.String name
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual IComparable EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type
    System.IComparable

    Invoke(Object, String)

    Declaration
    public virtual IComparable Invoke(object o, string name)
    Parameters
    Type Name Description
    System.Object o
    System.String name
    Returns
    Type
    System.IComparable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved