GitSharp.Core.PersonIdent.PersonIdent C# (CSharp) Method

PersonIdent() public method

Copy a PersonIdent.
public PersonIdent ( PersonIdent pi ) : System
pi PersonIdent Original .
return System
        public PersonIdent(PersonIdent pi)
            : this(pi.Name, pi.EmailAddress)
        {
        }

Same methods

PersonIdent::PersonIdent ( PersonIdent pi, System.DateTime when ) : System
PersonIdent::PersonIdent ( PersonIdent pi, System.DateTime when, int tz ) : System
PersonIdent::PersonIdent ( PersonIdent pi, long when, int tz ) : System
PersonIdent::PersonIdent ( Repository repo ) : System
PersonIdent::PersonIdent ( string str ) : System
PersonIdent::PersonIdent ( string name, string emailAddress ) : System
PersonIdent::PersonIdent ( string name, string emailAddress, System.DateTime when, int tz ) : System
PersonIdent::PersonIdent ( string name, string emailAddress, long when, int tz ) : System