Click or drag to resize

AssemblyFacilityIdentifierAttributeFromType Method

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

Gets an AssemblyFacilityIdentifierAttribute located in the assembly that defines the specified type.

Namespace:  NerdyDuck.CodedExceptions
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public static AssemblyFacilityIdentifierAttribute FromType(
	Type type
)
View Source

Parameters

type
Type: SystemType
The type that is defined by the assembly that is checked for the attribute.

Return Value

Type: AssemblyFacilityIdentifierAttribute
An AssemblyFacilityIdentifierAttribute, or , if no matching attribute is found.
Exceptions
ExceptionCondition
ArgumentNullExceptiontype is .
See Also