Microsoft.AspNetCore.Mvc.ApiExplorer Initializes a fast . This constructor does not cache the helper. For caching, use . Gets the backing . Gets (or sets in derived types) the property name. Gets the property value getter. Gets the property value setter. Returns the property value for the specified . The object whose property value will be returned. The property value. Sets the property value for the specified . The object whose property value will be set. The property value. Creates and caches fast property helpers that expose getters for every public get property on the underlying type. The type info to extract property accessors for. A cached array of all public properties of the specified type. Creates and caches fast property helpers that expose getters for every public get property on the specified type. The type to extract property accessors for. A cached array of all public properties of the specified type. Creates and caches fast property helpers that expose getters for every non-hidden get property on the specified type. excludes properties defined on base types that have been hidden by definitions using the new keyword. The type info to extract property accessors for. A cached array of all public properties of the specified type. Creates and caches fast property helpers that expose getters for every non-hidden get property on the specified type. excludes properties defined on base types that have been hidden by definitions using the new keyword. The type to extract property accessors for. A cached array of all public properties of the specified type. Creates a single fast property getter. The result is not cached. propertyInfo to extract the getter for. a fast getter. This method is more memory efficient than a dynamically compiled lambda, and about the same speed. Creates a single fast property getter which is safe for a null input object. The result is not cached. propertyInfo to extract the getter for. a fast getter. This method is more memory efficient than a dynamically compiled lambda, and about the same speed. Creates a single fast property setter for reference types. The result is not cached. propertyInfo to extract the setter for. a fast getter. This method is more memory efficient than a dynamically compiled lambda, and about the same speed. This only works for reference types. Given an object, adds each instance property with a public get method as a key and its associated value to a dictionary. If the object is already an instance, then a copy is returned. The implementation of PropertyHelper will cache the property accessors per-type. This is faster when the same type is used multiple times with ObjectToDictionary. Helper related to generic interface definitions and implementing classes. Determine whether is or implements a closed generic created from . The of interest. The open generic to match. Usually an interface. The closed generic created from that is or implements. null if the two s have no such relationship. This method will return if is typeof(KeyValuePair{,}), and is typeof(KeyValuePair{string, object}). Extension methods for . Gets the value of a property from the collection using the provided value of as the key. The type of the property. The . The property or the default value of . Sets the value of an property in the collection using the provided value of as the key. The type of the property. The . The value of the property. Represents a group of related apis. Creates a new . The group name. A collection of items for this group. The group name. A collection of items for this group. A cached collection of . Initializes a new instance of the . The list of . The unique version of discovered groups. Returns the list of . Returns the unique version of the current items. Creates a new instance of . The . The . Implements a provider of for actions represented by . Creates a new instance of . The accessor for . The used for resolving inline constraints. The . Creates a new instance of . The accessor for . The used for resolving inline constraints. The . The . Provides access to a collection of . Gets a collection of .