LowerCamelCaser Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LowerCamelCaser() |
Initializes a new instance of the LowerCamelCaser class. |
LowerCamelCaser(NameResolverOptions) |
Initializes a new instance of the LowerCamelCaser class. |
LowerCamelCaser()
Initializes a new instance of the LowerCamelCaser class.
public LowerCamelCaser ();
Public Sub New ()
Applies to
LowerCamelCaser(NameResolverOptions)
Initializes a new instance of the LowerCamelCaser class.
public LowerCamelCaser (Microsoft.AspNet.OData.Builder.NameResolverOptions options);
new Microsoft.AspNet.OData.Builder.LowerCamelCaser : Microsoft.AspNet.OData.Builder.NameResolverOptions -> Microsoft.AspNet.OData.Builder.LowerCamelCaser
Public Sub New (options As NameResolverOptions)
Parameters
- options
- NameResolverOptions
Name resolver options for camelizing.