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));
 }