Show / Hide Table of Contents

Interface ISupplier<T>

Namespace: Oci.Common.Auth
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public interface ISupplier<T>
Type Parameters
Name Description
T

Methods

GetKey()

Declaration
T GetKey()
Returns
Type Description
T
In this article
Back to top