System.ComponentModel.TypeDescriptor.NodeFor C# (CSharp) Method

NodeFor() private static method

Retrieves the head type description node for an instance. Instance-based node lists are rare. If a node list is not available for a given instance, this will return the head node for the instance's type.
private static NodeFor ( object instance ) : TypeDescriptionNode
instance object
return TypeDescriptionNode
        private static TypeDescriptionNode NodeFor(object instance)
        {
            return NodeFor(instance, false);
        }

Same methods

TypeDescriptor::NodeFor ( Type type ) : TypeDescriptionNode
TypeDescriptor::NodeFor ( Type type, bool createDelegator ) : TypeDescriptionNode
TypeDescriptor::NodeFor ( object instance, bool createDelegator ) : TypeDescriptionNode