Show / Hide Table of Contents

    Class Extensions

    Inheritance
    Object
    Extensions
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Net3_Proxy
    Assembly: Net3-Proxy.dll
    Syntax
    public static class Extensions

    Methods

    | Improve this Doc View Source

    Clear(StringBuilder)

    Declaration
    public static StringBuilder Clear(this StringBuilder sb)
    Parameters
    Type Name Description
    StringBuilder sb
    Returns
    Type Description
    StringBuilder
    | Improve this Doc View Source

    GetCustomAttribute(MemberInfo, Type)

    Declaration
    public static Attribute GetCustomAttribute(this MemberInfo element, Type attributeType)
    Parameters
    Type Name Description
    MemberInfo element
    Type attributeType
    Returns
    Type Description
    Attribute
    | Improve this Doc View Source

    GetCustomAttribute(ParameterInfo, Type)

    Declaration
    public static Attribute GetCustomAttribute(this ParameterInfo element, Type attributeType)
    Parameters
    Type Name Description
    ParameterInfo element
    Type attributeType
    Returns
    Type Description
    Attribute
    | Improve this Doc View Source

    GetCustomAttribute<T>(ParameterInfo)

    Declaration
    public static T GetCustomAttribute<T>(this ParameterInfo element)
        where T : Attribute
    Parameters
    Type Name Description
    ParameterInfo element
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX