Cosmos/source/Playgrounds/Ben/SOOOS/Code/trustedLibs/GC/Cosmos.GC/GCFixedAttribute.cs

15 lines
232 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Ben.Services.GC
{
[AttributeUsage(AttributeTargets.Field)]
public class GCFixed : Attribute
{
}
}