Class Extensions
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
Returns
|
Improve this Doc
View Source
GetCustomAttribute(MemberInfo, Type)
Declaration
public static Attribute GetCustomAttribute(this MemberInfo element, Type attributeType)
Parameters
Returns
|
Improve this Doc
View Source
GetCustomAttribute(ParameterInfo, Type)
Declaration
public static Attribute GetCustomAttribute(this ParameterInfo element, Type attributeType)
Parameters
Returns
|
Improve this Doc
View Source
GetCustomAttribute<T>(ParameterInfo)
Declaration
public static T GetCustomAttribute<T>(this ParameterInfo element)
where T : Attribute
Parameters
Returns
Type Parameters