C# (CSharp) NVelocity.Util.Introspection ClassMap.FindProperty - 3 examples found. These are the top rated real world C# (CSharp) examples of NVelocity.Util.Introspection.ClassMap.FindProperty extracted from open source projects. You can rate examples to help us improve the quality of examples.
Find a Method using the methodKey provided. Look in the methodMap for an entry. If found, it'll either be a CACHE_MISS, in which case we simply give up, or it'll be a Method, in which case, we return it. If nothing is found, then we must actually go and introspect the method from the MethodMap.