Zetbox.API.Server.Mocks.TestObjClassImpl.TestMethod C# (CSharp) Méthode

TestMethod() public méthode

public TestMethod ( System DateTimeParamForTestMethod ) : void
DateTimeParamForTestMethod System
Résultat void
        public virtual void TestMethod(System.DateTime DateTimeParamForTestMethod)
        {
            if (OnTestMethod_TestObjClass != null)
            {
                OnTestMethod_TestObjClass(this, DateTimeParamForTestMethod);
            };
        }