Class ObjectCreationMethodAttribute

Represents class attribute that determines which method should be used for its creation

Inheritance
ObjectCreationMethodAttribute
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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next