CK.Reflection.Tests.HelperTest.ExplicitAndImplicitImpl.IExplicit C# (CSharp) Method

IExplicit() private method

private IExplicit ( ) : bool
return bool
            bool IExplicit.Start() { return true; }
            public bool Start() { return false; }
HelperTest.ExplicitAndImplicitImpl