Amazon.CodeBuild.PlatformType.FindValue C# (CSharp) Méthode

FindValue() public static méthode

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