mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-05 14:18:40 +00:00
Another ToString (#52)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user