Microsoft.Protocols.TestSuites.Common.RFC822AddressParser.RFC822AddressParser C# (CSharp) 메소드

RFC822AddressParser() 정적인 개인적인 메소드

Initializes static members of the RFC822AddressParser class
static private RFC822AddressParser ( ) : System.Text.RegularExpressions
리턴 System.Text.RegularExpressions
        static RFC822AddressParser()
        {
            // Initialize the regex expression
            InitialRegex();
        }