You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/nanoFramework.CoreLibrary/System/Reflection/FieldInfo.cs
+46-5Lines changed: 46 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -68,14 +68,55 @@ public abstract Type FieldType
68
68
/// <summary>
69
69
/// When overridden in a derived class, returns an array of all custom attributes applied to this member.
70
70
/// </summary>
71
-
/// <param name="inherit">true to search this member's inheritance chain to find the attributes; otherwise, false. This parameter is ignored for properties and events.</param>
71
+
/// <param name="inherit"><c>true</c> to search this member's inheritance chain to find the attributes; otherwise, <c>false</c>. This parameter is ignored for properties and events.</param>
72
72
/// <returns>An array that contains all the custom attributes applied to this member, or an array with zero elements if no attributes are defined.</returns>
73
-
/// <remarks>This method is not implemented in nanoFramework.</remarks>
74
-
/// <exception cref="NotImplementedException">This method is not implemente.</exception>
75
-
/// <exception cref="NotImplementedException"/>
73
+
/// <remarks>This method ignores the inherit parameter for properties and events.</remarks>
0 commit comments