Click or drag to resize

TypeExtensionsUnwrapAttributesT Method (MemberInfo, Boolean)

[Missing <summary> documentation for "M:com.espertech.esper.compat.TypeExtensions.UnwrapAttributes``1(System.Reflection.MemberInfo,System.Boolean)"]

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static T[] UnwrapAttributes<T>(
	this MemberInfo memberInfo,
	bool inherit = true
)
where T : Attribute

Parameters

memberInfo
Type: System.ReflectionMemberInfo

[Missing <param name="memberInfo"/> documentation for "M:com.espertech.esper.compat.TypeExtensions.UnwrapAttributes``1(System.Reflection.MemberInfo,System.Boolean)"]

inherit (Optional)
Type: SystemBoolean

[Missing <param name="inherit"/> documentation for "M:com.espertech.esper.compat.TypeExtensions.UnwrapAttributes``1(System.Reflection.MemberInfo,System.Boolean)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:com.espertech.esper.compat.TypeExtensions.UnwrapAttributes``1(System.Reflection.MemberInfo,System.Boolean)"]

Return Value

Type: T

[Missing <returns> documentation for "M:com.espertech.esper.compat.TypeExtensions.UnwrapAttributes``1(System.Reflection.MemberInfo,System.Boolean)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type MemberInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also