Class ReuseCandidateAttribute
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Mark code that can potentially be reused.
[Version(3, 1, 0)]
[AttributeUsage(AttributeTargets.All)]
public class ReuseCandidateAttribute : Attribute
- Inheritance
-
ReuseCandidateAttribute
- Inherited Members
- Extension Methods
Remarks
This is usually used to mark code that is private, or public in a more specific library, to indicate that (after some refactoring) it may be more widely useful, and be made public or moved to a more general library.
Properties
- MoveToWhere
Where this code could be moved to.
- Note
A note about why this code could be useful, or what needs to be done to move it.