using System; using System.Collections.Generic; using System.Text; namespace Grpc.Extension.BaseService.Model { internal class XmlCommentInfo { /// /// FullName(Math.MathGrpc.Add(Math.Model.AddRequest,Grpc.Core.ServerCallContext)) /// public string FullName { get; set; } /// /// Type(T:类,M:方法,P:属性,F:字段,E:事件) /// public string Type { get; set; } /// /// Summary(注释) /// public string Summary { get; set; } } }