[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.GetAttribute``1(System.Reflection.ICustomAttributeProvider,System.Boolean)"]
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public static T GetAttribute<T>( ICustomAttributeProvider attributeProvider, bool inherit ) where T : Attribute |
Visual Basic (Declaration) |
---|
Public Shared Function GetAttribute(Of T As Attribute) ( _ attributeProvider As ICustomAttributeProvider, _ inherit As Boolean _ ) As T |
Visual C++ |
---|
public: generic<typename T> where T : Attribute static T GetAttribute( ICustomAttributeProvider^ attributeProvider, bool inherit ) |
Parameters
- attributeProvider
- Type: System.Reflection..::.ICustomAttributeProvider
[Missing <param name="attributeProvider"/> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.GetAttribute``1(System.Reflection.ICustomAttributeProvider,System.Boolean)"]
- inherit
- Type: System..::.Boolean
[Missing <param name="inherit"/> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.GetAttribute``1(System.Reflection.ICustomAttributeProvider,System.Boolean)"]
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.GetAttribute``1(System.Reflection.ICustomAttributeProvider,System.Boolean)"]
Return Value
[Missing <returns> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.GetAttribute``1(System.Reflection.ICustomAttributeProvider,System.Boolean)"]