idynamicobject Questions
5
Solved
To implement "method-missing"-semantics and such in C# 4.0, you have to implement IDynamicObject:
public interface IDynamicObject
{
MetaObject GetMetaObject(Expression parameter);
}
As far as I...
Tucker asked 29/10, 2008 at 6:38
1
© 2022 - 2024 — McMap. All rights reserved.