Show / Hide Table of Contents

Interface IApi

Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IApi

Methods

Initialize(Object)

Initializes the specified API.

Declaration
void Initialize(object api)
Parameters
Type Name Description
System.Object api

The API.

Back to top Generated by DocFX