GetAutoloadedConstantPath() public method

public GetAutoloadedConstantPath ( string name ) : MutableString
name string
return MutableString
コード例 #1
0
ファイル: ModuleOps.cs プロジェクト: aslakhellesoy/ironruby
 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));
 }