Click or drag to resize

ShapeMethodAttribute Class

Methods in an Op (sublcasses of AbstractOp) marked with this attribute are automatically added as static methods to the appropriate grid class for convenience.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Gamelogic.GridsShapeMethodAttribute

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 0, 0)]
[AttributeUsageAttribute(AttributeTargets.Method)]
public sealed class ShapeMethodAttribute : Attribute

The ShapeMethodAttribute type exposes the following members.

Constructors
  NameDescription
Public methodShapeMethodAttribute
Top
Properties
  NameDescription
Public propertyTypeId (Inherited from Attribute.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Attribute.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also