Show / Hide Table of Contents

Class IrcPrefix

Inheritance
System.Object
IrcPrefix
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: GravyIrc
Assembly: GravyIrc.dll
Syntax
public class IrcPrefix

Constructors

| Improve this Doc View Source

IrcPrefix(String)

Declaration
public IrcPrefix(string prefixData)
Parameters
Type Name Description
System.String prefixData

Properties

| Improve this Doc View Source

From

Declaration
public string From { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Host

Declaration
public string Host { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Raw

Declaration
public string Raw { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

User

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

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX