Initialize() 공개 메소드

Calling Initialize in the RPS real object created from the dynamically loaded RPS assembly
public Initialize ( string s ) : void
s string
리턴 void
예제 #1
0
파일: RpsTicket.cs 프로젝트: dotnet/corefx
 /// <summary>
 /// Static constructor for the RpsTicket class.
 /// </summary>
 static RpsTicket()
 {
     // Initialize the rps object
     s_rps = new RPS();
     s_rps.Initialize(null);
 }
예제 #2
0
 /// <summary>
 /// Static constructor for the RpsTicket class.
 /// </summary>
 static RpsTicket()
 {
     // Initialize the rps object
     s_rps = new RPS();
     s_rps.Initialize(null);
 }