Amazon.Lambda.Runtime.FindValue C# (CSharp) Méthode

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : Runtime
value string The unique value for the constant
Résultat Runtime
        public static Runtime FindValue(string value)
        {
            return FindValue<Runtime>(value);
        }