зеркало из https://github.com/microsoft/IPC.git
9 строки
233 B
C#
9 строки
233 B
C#
|
using System;
|
|||
|
|
|||
|
namespace IPC.Managed
|
|||
|
{
|
|||
|
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface)]
|
|||
|
public class ObjectAttribute : Attribute
|
|||
|
{ }
|
|||
|
}
|