System.IO.SearchPattern.Op.Op C# (CSharp) 메소드

Op() 공개 메소드

public Op ( OpCode code ) : System
code OpCode
리턴 System
			public Op (OpCode code)
			{
				this.Code = code;
				this.Argument = null;
				this.Next = null;
			}
		
SearchPattern.Op