TransformationInstanceCollection Class |
Collection of transformation instances (IDependencyTransformationInstance).
System.Object
PostSharp.Sdk.AspectInfrastructure.StructuredDeclarationDictionary<IDependencyTransformationInstance>
PostSharp.Sdk.AspectInfrastructure.TransformationInstanceCollection
PostSharp.Sdk.AspectInfrastructure.StructuredDeclarationDictionary<IDependencyTransformationInstance>
PostSharp.Sdk.AspectInfrastructure.TransformationInstanceCollection
Namespace: PostSharp.Sdk.AspectInfrastructure
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public sealed class TransformationInstanceCollection : StructuredDeclarationDictionary<IDependencyTransformationInstance>
The TransformationInstanceCollection type exposes the following members.
Name | Description | |
---|---|---|
TransformationInstanceCollection |
Initializes a new TransformationInstanceCollection.
|
Name | Description | |
---|---|---|
Count |
Gets the number of values in the current dictionary.
(Inherited from StructuredDeclarationDictionary<!0>.) |
Name | Description | |
---|---|---|
Add |
Adds an item to the current dictionary.
(Inherited from StructuredDeclarationDictionary<!0>.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Remove |
Removes all items associated to a given key from the current directory.
(Inherited from StructuredDeclarationDictionary<!0>.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |