NBoomackClient
Show / Hide Table of Contents

Class IdListResponse

Inheritance
object
ApiResponse
IdListResponse
Implements
IReadOnlyCollection<string>
IEnumerable<string>
IEnumerable
Inherited Members
ApiResponse.Success
ApiResponse.StatusCode
ApiResponse.Content
ApiResponse.Stats
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Boomack.Client.Responses
Assembly: NBoomackClient.dll
Syntax
public class IdListResponse : ApiResponse, IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable

Properties

Count

Declaration
public int Count { get; }
Property Value
Type Description
int

Methods

GetEnumerator()

Declaration
public IEnumerator<string> GetEnumerator()
Returns
Type Description
IEnumerator<string>

Implements

System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
In This Article
Back to top
Boomack Homepage