ApiParser.ApiParser.PickExample C# (CSharp) Méthode

PickExample() private méthode

private PickExample ( [ details ) : ApiNode
details [
Résultat ApiNode
        private static ApiNode PickExample([NotNull] ApiNode details)
        {
            return PickExample(details, "Raw") ?? PickExample(details, "JS") ?? PickExample(details, "CS");
        }

Same methods

ApiParser::PickExample ( [ details, [ type ) : ApiNode