Show / Hide Table of Contents

    Class PeerMessageTypes

    Inheritance
    System.Object
    Enumeration
    PeerMessageTypes
    Implements
    IEnumeration
    System.IEquatable<Enumeration>
    Inherited Members
    Enumeration.Name
    Enumeration.Id
    Enumeration.ToString()
    Enumeration.TryParse<T>(String, T, StringComparison)
    Enumeration.Parse<T>(String, StringComparison)
    Enumeration.GetAll<T>()
    Enumeration.Equals(Enumeration)
    Enumeration.Equals(Object)
    Enumeration.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Catalyst.Abstractions.Types
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public sealed class PeerMessageTypes : Enumeration, IEnumeration, IEnumerableMessageType, IEquatable<Enumeration>

    Properties

    | Improve this Doc View Source

    Messages

    Gets the messages.

    Declaration
    public IEnumerable<PeerMessageTypes> Messages { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<PeerMessageTypes>

    The messages.

    Implements

    IEnumeration
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network