Files
Misaki.HighPerformance/docs/documents/api/Misaki.HighPerformance.LowLevel.MemoryLeakException.yml

688 lines
24 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Misaki.HighPerformance.LowLevel.MemoryLeakException
commentId: T:Misaki.HighPerformance.LowLevel.MemoryLeakException
id: MemoryLeakException
parent: Misaki.HighPerformance.LowLevel
children:
- Misaki.HighPerformance.LowLevel.MemoryLeakException.#ctor(System.Collections.Generic.IEnumerable{Misaki.HighPerformance.LowLevel.Buffer.AllocationInfo})
- Misaki.HighPerformance.LowLevel.MemoryLeakException.#ctor(System.String)
- Misaki.HighPerformance.LowLevel.MemoryLeakException.Message
langs:
- csharp
- vb
name: MemoryLeakException
nameWithType: MemoryLeakException
fullName: Misaki.HighPerformance.LowLevel.MemoryLeakException
type: Class
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/MemoryLeakException.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: MemoryLeakException
path: src/Misaki.HighPerformance.LowLevel/MemoryLeakException.cs
startLine: 9
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel
summary: An exception that is thrown when a memory leak is detected.
example: []
syntax:
content: 'public class MemoryLeakException : Exception, ISerializable'
content.vb: Public Class MemoryLeakException Inherits Exception Implements ISerializable
inheritance:
- System.Object
- System.Exception
implements:
- System.Runtime.Serialization.ISerializable
inheritedMembers:
- System.Exception.GetBaseException
- System.Exception.GetType
- System.Exception.ToString
- System.Exception.Data
- System.Exception.HelpLink
- System.Exception.HResult
- System.Exception.InnerException
- System.Exception.Source
- System.Exception.StackTrace
- System.Exception.TargetSite
- System.Exception.SerializeObjectState
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- uid: Misaki.HighPerformance.LowLevel.MemoryLeakException.Message
commentId: P:Misaki.HighPerformance.LowLevel.MemoryLeakException.Message
id: Message
parent: Misaki.HighPerformance.LowLevel.MemoryLeakException
langs:
- csharp
- vb
name: Message
nameWithType: MemoryLeakException.Message
fullName: Misaki.HighPerformance.LowLevel.MemoryLeakException.Message
type: Property
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/MemoryLeakException.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: Message
path: src/Misaki.HighPerformance.LowLevel/MemoryLeakException.cs
startLine: 13
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel
summary: Gets a message that describes the current exception.
example: []
syntax:
content: public override string Message { get; }
parameters: []
return:
type: System.String
description: The error message that explains the reason for the exception, or an empty string ("").
content.vb: Public Overrides ReadOnly Property Message As String
overridden: System.Exception.Message
overload: Misaki.HighPerformance.LowLevel.MemoryLeakException.Message*
- uid: Misaki.HighPerformance.LowLevel.MemoryLeakException.#ctor(System.Collections.Generic.IEnumerable{Misaki.HighPerformance.LowLevel.Buffer.AllocationInfo})
commentId: M:Misaki.HighPerformance.LowLevel.MemoryLeakException.#ctor(System.Collections.Generic.IEnumerable{Misaki.HighPerformance.LowLevel.Buffer.AllocationInfo})
id: '#ctor(System.Collections.Generic.IEnumerable{Misaki.HighPerformance.LowLevel.Buffer.AllocationInfo})'
parent: Misaki.HighPerformance.LowLevel.MemoryLeakException
langs:
- csharp
- vb
name: MemoryLeakException(IEnumerable<AllocationInfo>)
nameWithType: MemoryLeakException.MemoryLeakException(IEnumerable<AllocationInfo>)
fullName: Misaki.HighPerformance.LowLevel.MemoryLeakException.MemoryLeakException(System.Collections.Generic.IEnumerable<Misaki.HighPerformance.LowLevel.Buffer.AllocationInfo>)
type: Constructor
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/MemoryLeakException.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: .ctor
path: src/Misaki.HighPerformance.LowLevel/MemoryLeakException.cs
startLine: 15
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel
syntax:
content: public MemoryLeakException(IEnumerable<AllocationInfo> infos)
parameters:
- id: infos
type: System.Collections.Generic.IEnumerable{Misaki.HighPerformance.LowLevel.Buffer.AllocationInfo}
content.vb: Public Sub New(infos As IEnumerable(Of AllocationInfo))
overload: Misaki.HighPerformance.LowLevel.MemoryLeakException.#ctor*
nameWithType.vb: MemoryLeakException.New(IEnumerable(Of AllocationInfo))
fullName.vb: Misaki.HighPerformance.LowLevel.MemoryLeakException.New(System.Collections.Generic.IEnumerable(Of Misaki.HighPerformance.LowLevel.Buffer.AllocationInfo))
name.vb: New(IEnumerable(Of AllocationInfo))
- uid: Misaki.HighPerformance.LowLevel.MemoryLeakException.#ctor(System.String)
commentId: M:Misaki.HighPerformance.LowLevel.MemoryLeakException.#ctor(System.String)
id: '#ctor(System.String)'
parent: Misaki.HighPerformance.LowLevel.MemoryLeakException
langs:
- csharp
- vb
name: MemoryLeakException(string)
nameWithType: MemoryLeakException.MemoryLeakException(string)
fullName: Misaki.HighPerformance.LowLevel.MemoryLeakException.MemoryLeakException(string)
type: Constructor
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/MemoryLeakException.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: .ctor
path: src/Misaki.HighPerformance.LowLevel/MemoryLeakException.cs
startLine: 33
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel
syntax:
content: public MemoryLeakException(string message)
parameters:
- id: message
type: System.String
content.vb: Public Sub New(message As String)
overload: Misaki.HighPerformance.LowLevel.MemoryLeakException.#ctor*
nameWithType.vb: MemoryLeakException.New(String)
fullName.vb: Misaki.HighPerformance.LowLevel.MemoryLeakException.New(String)
name.vb: New(String)
references:
- uid: Misaki.HighPerformance.LowLevel
commentId: N:Misaki.HighPerformance.LowLevel
href: Misaki.html
name: Misaki.HighPerformance.LowLevel
nameWithType: Misaki.HighPerformance.LowLevel
fullName: Misaki.HighPerformance.LowLevel
spec.csharp:
- uid: Misaki
name: Misaki
href: Misaki.html
- name: .
- uid: Misaki.HighPerformance
name: HighPerformance
href: Misaki.HighPerformance.html
- name: .
- uid: Misaki.HighPerformance.LowLevel
name: LowLevel
href: Misaki.HighPerformance.LowLevel.html
spec.vb:
- uid: Misaki
name: Misaki
href: Misaki.html
- name: .
- uid: Misaki.HighPerformance
name: HighPerformance
href: Misaki.HighPerformance.html
- name: .
- uid: Misaki.HighPerformance.LowLevel
name: LowLevel
href: Misaki.HighPerformance.LowLevel.html
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.Exception
commentId: T:System.Exception
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception
name: Exception
nameWithType: Exception
fullName: System.Exception
- uid: System.Runtime.Serialization.ISerializable
commentId: T:System.Runtime.Serialization.ISerializable
parent: System.Runtime.Serialization
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable
name: ISerializable
nameWithType: ISerializable
fullName: System.Runtime.Serialization.ISerializable
- uid: System.Exception.GetBaseException
commentId: M:System.Exception.GetBaseException
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception
name: GetBaseException()
nameWithType: Exception.GetBaseException()
fullName: System.Exception.GetBaseException()
spec.csharp:
- uid: System.Exception.GetBaseException
name: GetBaseException
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception
- name: (
- name: )
spec.vb:
- uid: System.Exception.GetBaseException
name: GetBaseException
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception
- name: (
- name: )
- uid: System.Exception.GetType
commentId: M:System.Exception.GetType
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.gettype
name: GetType()
nameWithType: Exception.GetType()
fullName: System.Exception.GetType()
spec.csharp:
- uid: System.Exception.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.gettype
- name: (
- name: )
spec.vb:
- uid: System.Exception.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.gettype
- name: (
- name: )
- uid: System.Exception.ToString
commentId: M:System.Exception.ToString
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.tostring
name: ToString()
nameWithType: Exception.ToString()
fullName: System.Exception.ToString()
spec.csharp:
- uid: System.Exception.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.tostring
- name: (
- name: )
spec.vb:
- uid: System.Exception.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.tostring
- name: (
- name: )
- uid: System.Exception.Data
commentId: P:System.Exception.Data
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.data
name: Data
nameWithType: Exception.Data
fullName: System.Exception.Data
- uid: System.Exception.HelpLink
commentId: P:System.Exception.HelpLink
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.helplink
name: HelpLink
nameWithType: Exception.HelpLink
fullName: System.Exception.HelpLink
- uid: System.Exception.HResult
commentId: P:System.Exception.HResult
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.hresult
name: HResult
nameWithType: Exception.HResult
fullName: System.Exception.HResult
- uid: System.Exception.InnerException
commentId: P:System.Exception.InnerException
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.innerexception
name: InnerException
nameWithType: Exception.InnerException
fullName: System.Exception.InnerException
- uid: System.Exception.Source
commentId: P:System.Exception.Source
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.source
name: Source
nameWithType: Exception.Source
fullName: System.Exception.Source
- uid: System.Exception.StackTrace
commentId: P:System.Exception.StackTrace
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.stacktrace
name: StackTrace
nameWithType: Exception.StackTrace
fullName: System.Exception.StackTrace
- uid: System.Exception.TargetSite
commentId: P:System.Exception.TargetSite
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.targetsite
name: TargetSite
nameWithType: Exception.TargetSite
fullName: System.Exception.TargetSite
- uid: System.Exception.SerializeObjectState
commentId: E:System.Exception.SerializeObjectState
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.serializeobjectstate
name: SerializeObjectState
nameWithType: Exception.SerializeObjectState
fullName: System.Exception.SerializeObjectState
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone()
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: System.Runtime.Serialization
commentId: N:System.Runtime.Serialization
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Runtime.Serialization
nameWithType: System.Runtime.Serialization
fullName: System.Runtime.Serialization
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Runtime
name: Runtime
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.runtime
- name: .
- uid: System.Runtime.Serialization
name: Serialization
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Runtime
name: Runtime
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.runtime
- name: .
- uid: System.Runtime.Serialization
name: Serialization
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization
- uid: System.Exception.Message
commentId: P:System.Exception.Message
parent: System.Exception
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.exception.message
name: Message
nameWithType: Exception.Message
fullName: System.Exception.Message
- uid: Misaki.HighPerformance.LowLevel.MemoryLeakException.Message*
commentId: Overload:Misaki.HighPerformance.LowLevel.MemoryLeakException.Message
href: Misaki.HighPerformance.LowLevel.MemoryLeakException.html#Misaki_HighPerformance_LowLevel_MemoryLeakException_Message
name: Message
nameWithType: MemoryLeakException.Message
fullName: Misaki.HighPerformance.LowLevel.MemoryLeakException.Message
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: Misaki.HighPerformance.LowLevel.MemoryLeakException.#ctor*
commentId: Overload:Misaki.HighPerformance.LowLevel.MemoryLeakException.#ctor
href: Misaki.HighPerformance.LowLevel.MemoryLeakException.html#Misaki_HighPerformance_LowLevel_MemoryLeakException__ctor_System_Collections_Generic_IEnumerable_Misaki_HighPerformance_LowLevel_Buffer_AllocationInfo__
name: MemoryLeakException
nameWithType: MemoryLeakException.MemoryLeakException
fullName: Misaki.HighPerformance.LowLevel.MemoryLeakException.MemoryLeakException
nameWithType.vb: MemoryLeakException.New
fullName.vb: Misaki.HighPerformance.LowLevel.MemoryLeakException.New
name.vb: New
- uid: System.Collections.Generic.IEnumerable{Misaki.HighPerformance.LowLevel.Buffer.AllocationInfo}
commentId: T:System.Collections.Generic.IEnumerable{Misaki.HighPerformance.LowLevel.Buffer.AllocationInfo}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<AllocationInfo>
nameWithType: IEnumerable<AllocationInfo>
fullName: System.Collections.Generic.IEnumerable<Misaki.HighPerformance.LowLevel.Buffer.AllocationInfo>
nameWithType.vb: IEnumerable(Of AllocationInfo)
fullName.vb: System.Collections.Generic.IEnumerable(Of Misaki.HighPerformance.LowLevel.Buffer.AllocationInfo)
name.vb: IEnumerable(Of AllocationInfo)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationInfo
name: AllocationInfo
href: Misaki.HighPerformance.LowLevel.Buffer.AllocationInfo.html
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationInfo
name: AllocationInfo
href: Misaki.HighPerformance.LowLevel.Buffer.AllocationInfo.html
- name: )
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic