Catel.Test.Reflection.AssemblyExtensionsTest.TheGetBuildDateTimeMethod C# (CSharp) 메소드

TheGetBuildDateTimeMethod() 개인적인 메소드

private TheGetBuildDateTimeMethod ( ) : void
리턴 void
        public void TheGetBuildDateTimeMethod()
        {
            // Just check if the call works
            var dateTime = Assembly.GetBuildDateTime();
        }
#endif