Documentation can be found following the link below:
https://api.stackexchange.com/docs/top-user-questions-in-tags
public override IBridgeResponseCollection<Question> GetUserTopQuestions(long id, string[] tags, PostsQuery parameters = null) { IRequestVector[] vectors = new[] { CreateIdVector(id), CreateTagsVector(tags) }; return GetApiResultCollection<Question, PostsQuery>(ApiMethodEnum.TopUserQuestionsInTags, vectors, parameters); }