Class ExplicitPortTypesAttribute
Inheritance
ExplicitPortTypesAttribute
Inherited Members
Namespace: InsaneScatterbrain.ScriptGraph
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public abstract class ExplicitPortTypesAttribute : Attribute
Constructors
ExplicitPortTypesAttribute(params Type[])
Declaration
protected ExplicitPortTypesAttribute(params Type[] types)
Parameters
Type | Name | Description |
---|---|---|
Type[] | types |
Properties
Types
Declaration
public Type[] Types { get; }
Property Value
Type | Description |
---|---|
Type[] |