Class ListNodeAttribute
Inheritance
ListNodeAttribute
Syntax
[AttributeUsage(AttributeTargets.Struct)]
public class ListNodeAttribute : Attribute, _Attribute
Constructors
ListNodeAttribute(Type)
Declaration
public ListNodeAttribute(Type elementType)
Parameters
Type |
Name |
Description |
Type |
elementType |
|
Properties
ElementType
Declaration
public Type ElementType { get; }
Property Value
Methods
ToString(Type)
Declaration
public static string ToString(Type elementType)
Parameters
Type |
Name |
Description |
Type |
elementType |
|
Returns
Extension Methods