I have the following method: object GetIndexer() The result of the method is an indexer of the type: SomeCollection<T>
How will I know if an object instance is a property or a sub property of another object instance? for example I have this class structure:
I am trying to create an expression tree containing a function call to a F# function on a certain module. However, I am missing something because the System.Linq.Expressions.Expression.Call() helper f
This question already has answers here: How to rea开发者_开发问答d the value of a private field from a different class in Java?
I am writing an application that I am working 开发者_如何学Pythonon a skinning feature to it.What I want to do is allow a user to create an XML document that my code will parse through and set propert
I\'m learning scala and can\'t find out how开发者_开发知识库 to do this: I\'m doing a mapper between scala objects and google appengine entities, so if i have a class like this:
I\'m trying to add generic service support to our IoC container, and I have a question. Let\'s say I have the following type:
If I have some c++ code as a string quantity (data) in a c++ program开发者_如何学JAVA, can I execute the contents of that string?
Does anyone have any re开发者_如何学Pythonferences for building a full Object/Class reflection system in C++ ?
I\'m currently building a node editor (as in Blender) and am having trouble getting delegates to property accessors from a generic type. So far the question here has brought me closest, but I\'m havin