InformationProvider Class

Summary

An information provider to pull assembly data out of the assembly
graph BT Type-->Base0["Object"] Type["InformationProvider"] class Type type-node

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