AnalyzeRawProtobuf.ServiceOptions.ServiceOptions C# (CSharp) Méthode

ServiceOptions() public méthode

Initializes a new instance of the ServiceOptions class.
public ServiceOptions ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public ServiceOptions()
        {
            UninterpretedOptions = new List<UninterpretedOption>();
            Deprecated = false;
        }
ServiceOptions