INSTANCE METHOD Meaning in Japanese - translations and usage examples

['instəns 'meθəd]
['instəns 'meθəd]
instanceメソッドを

Examples of using Instance method in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Custom Class Instance Method.
カスタムクラスインスタンスメソッド
This instance method synchronizes on this. getClass().
このインスタンスメソッドは、this。
Vuex. Store Instance Methods.
Vuex.Storeインスタンスプロパティ
What is the difference between class and instance methods?
クラスメソッドとインスタンスメソッドの違いは何ですか?
Can I invoke an instance method on a Ruby module without including it?
Rubyモジュールを使用せずにインスタンスメソッドを呼び出すことはできますか?
This can be used from static or instance methods.
これは、静的メソッドまたはインスタンスメソッドから使用できます。
Instance method named split that takes 1 argument is required for the class.
クラスにインスタンスメソッドsplit(1引数)を定義する必要がある。
Or even an instance method.
あるいは、インスタンスメソッドを指定することもできます。
Instance method named extract that takes 1 argument is required for the class.
クラスにインスタンスメソッドextract(1引数)を定義する必要がある。
Class variables can be read andwritten from class methods or instance methods.
クラス変数は、クラスメソッドかインスタンスメソッドから読み書きすることができます。
Instance method named extract that takes 2 arguments is required for the class.
クラスにインスタンスメソッドextract(2引数)を定義する必要がある。
To get around this problem, you can sometimes define the prop as an instance method.
この問題を回避するため、レンダープロップをインスタンスメソッドとして次のように定義することもできます。
You can use static or instance methods or fields as a source for the start date.
開始日のソースとして、静的メソッドやインスタンスメソッド、あるいはフィールドを使用できます。
Why does the C compiler not faultcode where a static method calls an instance method?
静的メソッドがインスタンスメソッドを呼び出す場所でCコンパイラがフォルトコードを使用しないのはなぜですか?
The class must implement an instance method with signature required for each interface.
各クラスは、各インタフェースで要求されているシグネチャのインスタンスメソッドを実装する必要がある。
Instance methods Module instances have no default methods of their own.
インスタンスメソッドModuleインスタンスは自身のデフォルトのインスタンスメソッドを持ちません。
A protected class method can be invoked from an instance method and the other way around:.
Protectedのクラスメソッドはインスタンスメソッドから実行することが可能で、その反対の場合も同様です。
Instance methods Table. prototype. get() Accessor function- gets the element stored at a given index.
インスタンスメソッドTable.prototype.get()アクセサ関数。インデックスから格納された要素を取得します。
You may also bind anexisting object instance into the container using the instance method.
既に存在するオブジェクトのインスタンスをinstanceメソッドを用いて、コンテナに結合することもできます。
This would alsonot work if render was defined as an instance method, such as with the class property syntax.
クラスプロパティ構文のようにrenderがインスタンスメソッドとして定義されている場合もこれは機能しません。
You may also bind anexisting object instance into the container using the instance method.
すでに存在するオブジェクトのインスタンスをinstanceメソッドを用いて、コンテナに結合することもできます。
To use the instance method,create a class instance and invoke the instance method from it:.
インスタンス・メソッドを使用するには、クラス・インスタンスを作成して、そのインスタンスからインスタンス・メソッドを呼び出します。
You may also bind anexisting object instance into the container using the instance method:.
また、既に存在するインスタンスをコンテナと結合したいこともあるでしょう。instanceメソッドを使用します。
In Visual Basic and C, you can call this method as an instance method on any object of type IPdfEncoding.
VisualBasicおよびCでは、このメソッドを、IEnumerable<TSource>型の任意のオブジェクトのインスタンスメソッドとして呼び出すことができます。
Here are an examples of a static method(thatdoes not require a new instance) and an instance method:.
静的メソッドの例(新規インスタンスを必要としません)とインスタンス・メソッドの例を以下に示します。
Instance methods and instance fields The difference between an instance method and an instance field is theoretical.
インスタンスメソッドとインスタンスフィールドインスタンスメソッドとインスタンスフィールドの違いは理論的なものです。
PyTypeObject PyInstanceMethod_Type¶ This instance of PyTypeObject represents the Python instance method type.
PyTypeObjectPyInstanceMethod_Type¶PyTypeObjectのインスタンスはPythonのインスタンスメソッドの型を表現します。
Therefore, the ToString()instance in the first date element is an instance method while the second is considered to be an instance field.
そのため、最初のdate要素にあるToString()インスタンスがインスタンスメソッドであるのに対し、2番目はインスタンスフィールドとしてみなされます。
Java: Instance Methods and Instance Fields An instance method has a Java object passed to it as the first argument of the method call.
Java:インスタンスメソッドとインスタンスフィールドメソッド呼び出しの第一引数としてパースされるJavaオブジェクトが、インスタンスメソッドには与えられています。
In an instance method, a. NET object is directly passed as an argument; in an instance field, a parameter or variable is passed instead-though the parameter or variable may itself contain a. NET object.
インスタンスメソッドでは.NETオブジェクトが直接引数に渡され、インスタンスフィールドではパラメーターや変数が(.NETオブジェクトそのものを含めることはできるものの)代わりに渡されます。
Results: 30, Time: 0.0282

Word-for-word translation

Top dictionary queries

English - Japanese