NStub.CSharp.CSharpProjectGenerator.WritePropertyGroupElement C# (CSharp) Метод

WritePropertyGroupElement() приватный Метод

Writes an empty property group element to the project file.
private WritePropertyGroupElement ( ) : void
Результат void
        private void WritePropertyGroupElement()
        {
            this.WritePropertyGroupElement(string.Empty, string.Empty);
        }

Same methods

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