W
Wayne
I have an instance of a System.CodeDom.CodeNamespace. I am currently
spinning through the types, and the members of each type. I am trying to
find the Codememberfields that require creation before access. I then want
to add to the constructor the creation of each of these Items.
I have been able to figure out how to add the constructor to a type if it
doesn't have one. However, I am stuck with how to figure out if the current
member requires creation, and how to modify the code dom to add said
creation to the constructor.
Any help would be appreciated.
Thanks
Wayne
spinning through the types, and the members of each type. I am trying to
find the Codememberfields that require creation before access. I then want
to add to the constructor the creation of each of these Items.
I have been able to figure out how to add the constructor to a type if it
doesn't have one. However, I am stuck with how to figure out if the current
member requires creation, and how to modify the code dom to add said
creation to the constructor.
Any help would be appreciated.
Thanks
Wayne