Click or drag to resize

AssemblyIdentity Constructor (AssemblyIdentity)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the AssemblyIdentity class with the specified AssemblyIdentity.

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public AssemblyIdentity(
	AssemblyIdentity identity
)
View Source

Parameters

identity
Type: NerdyDuck.CodedExceptions.ConfigurationAssemblyIdentity
The AssemblyIdentity to copy. May be .
Remarks
All properties are copied from the argument.
See Also