Show / Hide Table of Contents

Class Provider

Inheritance
System.Object
Provider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dishooks.Embeds
Assembly: cs.temp.dll.dll
Syntax
public class Provider

Constructors

Provider()

Declaration
public Provider()

Provider(String, String)

Declaration
public Provider(string name, string url)
Parameters
Type Name Description
System.String name
System.String url

Properties

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX