NGit.Patch.Patch.Patch C# (CSharp) 메소드

Patch() 공개 메소드

Create an empty patch.
Create an empty patch.
public Patch ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public Patch()
        {
            files = new AList<FileHeader>();
            errors = new AList<FormatError>(0);
        }