XLibrary.XNodeIn.GetMethodCode C# (CSharp) Method

GetMethodCode() private method

private GetMethodCode ( ) : string
return string
        internal string GetMethodCode()
        {
            if (LoadCSharp())
                return PlainCSharp;

            if (LoadMsil())
                return PlainMsil;

            return "Code not available";
        }