System.Reflection.Tests.ClassWith3Constructors.Method1 C# (CSharp) Метод

Method1() публичный Метод

public Method1 ( DateTime dt ) : string
dt DateTime
Результат string
        public string Method1(DateTime dt) => "";
    }
ClassWith3Constructors