System.ReflectionLibrary.GetReflectionName C# (CSharp) Méthode

GetReflectionName() public static méthode

public static GetReflectionName ( Type type ) : string
type Type
Résultat string
        public static string GetReflectionName(this Type type) =>
            $"{type.FullName}, {type.Assembly.FullName}";