ObjectSupporter 1.0.4886.20450
dotnet add package ObjectSupporter --version 1.0.4886.20450
NuGet\Install-Package ObjectSupporter -Version 1.0.4886.20450
<PackageReference Include="ObjectSupporter" Version="1.0.4886.20450" />
paket add ObjectSupporter --version 1.0.4886.20450
#r "nuget: ObjectSupporter, 1.0.4886.20450"
// Install ObjectSupporter as a Cake Addin #addin nuget:?package=ObjectSupporter&version=1.0.4886.20450 // Install ObjectSupporter as a Cake Tool #tool nuget:?package=ObjectSupporter&version=1.0.4886.20450
Extracts name of the object's elements like: properties, methods, variables, constants etc.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ObjectSupporter:
Package | Downloads |
---|---|
Cerberus
Guard is a simple class which helps you validate arguments. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.4886.20450 | 3,044 | 5/18/2013 |
Features:
* Extract name of the local property: ObjectSupport.GetName(() => LocalProperty)
* Extract name of the local method: ObjectSupport.GetName(() => LocalMethod())
* Extract name of the variable or argument: ObjectSupport.GetName(() => variable)
* Extract name of the constant, enum values etc.: ObjectSupport.GetName(() => SampleEnum.EnumValue1)
* Extract name of the class property: ObjectSupport.GetName(c => c.Property)
* Extract name of the class method: ObjectSupport.GetName(c => c.Method())