ApiDescriptionExtensions Class

Definition

Extension methods for ApiDescription.

public ref class ApiDescriptionExtensions abstract sealed
public static class ApiDescriptionExtensions
type ApiDescriptionExtensions = class
Public Module ApiDescriptionExtensions
Inheritance
ApiDescriptionExtensions

Methods

GetProperty<T>(ApiDescription)

Gets the value of a property from the Properties collection using the provided value of T as the key.

SetProperty<T>(ApiDescription, T)

Sets the value of an property in the Properties collection using the provided value of T as the key.

Applies to