Tp.SourceControl.Commands.AutomapVcsToTpUsersCommandResponse.AutomapVcsToTpUsersCommandResponse C# (CSharp) Method

AutomapVcsToTpUsersCommandResponse() public method

public AutomapVcsToTpUsersCommandResponse ( ) : System.Collections.Generic
return System.Collections.Generic
		public AutomapVcsToTpUsersCommandResponse()
		{
			UserLookups = new Dictionary<string, MappingLookup>();
			Comment = string.Empty;
		}
AutomapVcsToTpUsersCommandResponse