Пример #1
0
 public bool Equals(IMatchInfo other)
 => Equals(other as MemberMatchInfo);
 public bool Equals(IMatchInfo other) => Equals(other as MethodMatchInfo);
        /// <summary>
        /// Initializes a new instance of the <see cref="OutputForm"/> class.
        /// </summary>
        /// <param name="info">
        /// The info.
        /// </param>
        public OutputForm(IMatchInfo info)
        {
            this.info = info;

            this.InitializeComponent();
        }