Show / Hide Table of Contents

Class ItemsExt

Inheritance
object
ItemsExt
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: k8s.Models
Assembly: KubernetesClient.dll
Syntax
public static class ItemsExt

Methods

View Source

GetEnumerator<T>(IItems<T>)

Declaration
public static IEnumerator<T> GetEnumerator<T>(this IItems<T> items)
Parameters
Type Name Description
IItems<T> items
Returns
Type Description
IEnumerator<T>
Type Parameters
Name Description
T
  • View Source
In this article
Back to top Generated by DocFX