System.ReflectionLibrary.GetReflectionName C# (CSharp) Method

GetReflectionName() public static method

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