Class ObjectCreationMethodAttribute
Represents class attribute that determines which method should be used for its creation
Namespace: TSD.Attributes
Assembly: TSD.API.Remoting.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public sealed class ObjectCreationMethodAttribute : Attribute
Constructors
| Name | Description |
|---|---|
| ObjectCreationMethodAttribute(Type, string) | Constructs the ObjectCreationMethodAttribute instance |
Properties
| Name | Description |
|---|---|
| MethodInfo | Gets the information about referenced creation method |