InformationProvider Class

Summary

An information provider to pull assembly data out of the assembly
InformationProvider
Object

Syntax

public class InformationProvider

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Name Summary
InformationProvider(Assembly) Initializes a new instance of the InformationProvider class.

Methods

Name Value Summary
GetValue(string) IEnumerable<string>
Gets the value.
HasPrefix(string) bool
Determines whether the specified key has prefix.

Extension Methods