GetAutoloadedConstantPath() 공개 메소드

public GetAutoloadedConstantPath ( string name ) : MutableString
name string
리턴 MutableString
예제 #1
0
 public static MutableString GetAutoloadedConstantPath(RubyModule/*!*/ self, [DefaultProtocol]string/*!*/ constantName) {
     return self.GetAutoloadedConstantPath(constantName);
 }
예제 #2
0
 public static MutableString GetAutoloadedConstantPath(RubyModule /*!*/ self, [DefaultProtocol] string /*!*/ constantName)
 {
     return(self.GetAutoloadedConstantPath(constantName));
 }