Akka.Remote.TestKit.CommandLine.GetProperty C# (CSharp) Méthode

GetProperty() public static méthode

public static GetProperty ( string key ) : string
key string
Résultat string
        public static string GetProperty(string key)
        {
            return Values.Value[key];
        }