[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/pythonnet/pythonnet/v2.5.1/src/runtime/NonCopyableAttribute.cs [Back]  [Original]

namespace Python.Runtime
{
    using  System;
    [AttributeUsage(AttributeTargets.Struct)]
    class NonCopyableAttribute : Attribute { }
}

Web Proxy Viewer  |  New URL  |  Original Page