Show / Hide Table of Contents

    Class SentryValues<T>

    Helps serialization of Sentry protocol types which include a values property

    Inheritance
    Object
    SentryValues<T>
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Sentry.Protocol
    Assembly: Sentry.Protocol.dll
    Syntax
    [DataContract]
    public class SentryValues<T>
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    SentryValues(IEnumerable<T>)

    Creates an instance from the specified IEnumerable<T>

    Declaration
    public SentryValues(IEnumerable<T> values)
    Parameters
    Type Name Description
    IEnumerable<T> values

    Properties

    | Improve this Doc View Source

    Values

    The values

    Declaration
    [DataMember(Name = "values", EmitDefaultValue = false)]
    public IEnumerable<T> Values { get; }
    Property Value
    Type Description
    IEnumerable<T>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX