Another ToString (#52)

This commit is contained in:
Patrick Stevens
2025-06-15 21:25:51 +01:00
committed by GitHub
parent 4be7317c22
commit 8b49b190ea

View File

@@ -35,6 +35,9 @@ type FieldInfo<'typeGeneric when 'typeGeneric : comparison and 'typeGeneric :> I
Attributes : FieldAttributes
}
override this.ToString () : string =
$"%s{this.DeclaringType.Assembly.Name}.{this.DeclaringType.Name}.%s{this.Name}"
[<RequireQualifiedAccess>]
module FieldInfo =
let make