| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/filmor/pythonnet/drop-python2/src/runtime/NonCopyableAttribute.cs | [Back] [Original] |
namespace Python.Runtime
{
using System;
[AttributeUsage(AttributeTargets.Struct)]
class NonCopyableAttribute : Attribute { }
}
| Web Proxy Viewer | New URL | Original Page |