Example #1
0
 //type==0 stands for link, 1 for category and 2 for redirect
 public bool GetWikiConstruct(int i, ref int wikitype, ref char[] wikiarray, ref int startindex, ref int length)
 {
     return(mem.GetWikiConstruct(threadid, i, ref wikitype, ref wikiarray, ref startindex, ref length));
 }