ApiParser.ApiParser.PickExample C# (CSharp) 메소드

PickExample() 개인적인 메소드

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