ReferencedTypeCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of referenced Type instances.
public sealed class ReferencedTypeCollection
type ReferencedTypeCollection = class
Public NotInheritable Class ReferencedTypeCollection
- Inheritance
-
ReferencedTypeCollection
Constructors
ReferencedTypeCollection() |
Methods
GetOrAddTypeReference(Type) |
Gets or adds the identifier for the specified type. |
GetReferencedType(UInt32) |
Gets the type with the specified reference id. |
RecordReferencedType(Type) |
Records a type with the specified identifier. |
Reset() |
Resets this instance. |
TryGetReferencedType(UInt32, Type) |
Gets the type with the specified reference id. |
TryGetTypeReference(Type, UInt32) |
Gets the identifier for the specified type. |