Show / Hide Table of Contents

    Class DynamicExtensions

    Represents the dynamic extensions.

    Inheritance
    Object
    DynamicExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.Reflection
    Assembly: Platform.Reflection.dll
    Syntax
    public static class DynamicExtensions

    Methods

    | Improve this Doc View Source

    HasProperty(Object, String)

    Determines whether has property.

    Declaration
    public static bool HasProperty(this object object, string propertyName)
    Parameters
    Type Name Description
    Object object
    String propertyName

    The property name.

    Returns
    Type Description
    Boolean

    The bool

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX