NStub.CSharp.CSharpProjectGenerator.WritePropertyGroupElement C# (CSharp) Method

WritePropertyGroupElement() private method

Writes an empty property group element to the project file.
private WritePropertyGroupElement ( ) : void
return void
        private void WritePropertyGroupElement()
        {
            this.WritePropertyGroupElement(string.Empty, string.Empty);
        }

Same methods

CSharpProjectGenerator::WritePropertyGroupElement ( string configuration, string platform ) : void