initonly static field : initonly « Class « Visual C++ .NET






initonly static field

 

#include "stdafx.h"

using namespace System;

ref class MyClass
{
   public:

   static initonly String^ name = "a";  // OK

};

   
  








Related examples in the same category

1.initonly string