On writting this code into my project i am getting the error that
Error 1 Inconsistent accessibility: field type \'System.Collections.Gene
\'System.Collections.Gene
just make the method addChilde(List childeren) or only object not list then do this
addChilde(List childeren)
var Listchild = childeren as List;