ApiParser.ApiParser.PickExample C# (CSharp) Method

PickExample() private method

private PickExample ( [ details ) : ApiNode
details [
return 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