Arnolyzer.Tests.CodeUnderTest.ContainsSetters.AnotherMethod C# (CSharp) Method

AnotherMethod() public method

public AnotherMethod ( ) : void
return void
        public void AnotherMethod() { }
        public int Property3 { get; private set; }
ContainsSetters