Deconstructとは? わかりやすく解説

Weblio 辞書 > 辞書・百科事典 > 日本語表現辞典 > Deconstructの意味・解説 

deconstruct

別表記:ディコンストラクト

「deconstruct」の意味・「deconstruct」とは

「deconstruct」は英語の動詞で、あるものをその構成要素分解する、または解析するという意味を持つ。具体的には、物理的な物体部品分け行為から、抽象的な概念理論をその基本的な要素にまで細分化する行為まで、幅広い意味で使われる

「deconstruct」の発音・読み方

「deconstruct」の発音は、IPA表記では/diːkənˈstrʌkt/となる。IPAカタカナ読みでは「ディーカンストラクト」となる。日本人発音するカタカナ英語では「ディーコンストラクト」と読む。

「deconstruct」の定義を英語で解説

「deconstruct」は、"to break something down into its separate parts in order to understand its meaning, especially when this is different from how it was previously understood"と定義される。つまり、何かを理解するためにそれを別々の部分分解すること、特にそれが以前理解されていた方法とは異な場合を指す。

「deconstruct」の類語

「deconstruct」の類語としては、「analyze」、「dissect」、「break down」などがある。これらはすべて、何かをその基本的な要素分解するという意味で使われるが、その対象分析深度目的により使い分けられる。

「deconstruct」に関連する用語・表現

「deconstruct」に関連する用語としては、「deconstruction」がある。これは「deconstruct」の名詞形で、物や概念をその基本的な要素分解する行為過程を指す。また、「deconstructive criticism」は、文学芸術作品を「deconstruct」する批評一種である。

「deconstruct」の例文

以下に「deconstruct」を用いた例文10個示す。 1. He deconstructed the argument to expose its flaws.(彼はその論争解析して欠点暴いた
2. The mechanic deconstructed the engine to find the problem.(整備士問題を見つけるためにエンジン分解した
3. The chef deconstructed the traditional dish to create a new recipe.(シェフ伝統的な料理分解して新しレシピ作り出した
4. The scientist deconstructed the theory to understand its principles.(科学者その理論解析してその原理理解した
5. The teacher deconstructed the complex equation for the students.(教師生徒たちのために複雑な方程式分解した
6. The critic deconstructed the novel to reveal its underlying themes.(批評家はその小説解析してその根底にあるテーマ明らかにした)
7. The artist deconstructed the painting to understand its composition.(芸術家はその絵画分解してその構成理解した
8. The analyst deconstructed the data to find patterns.(アナリストデータ解析してパターン見つけた
9. The architect deconstructed the building design to improve it.(建築家建物設計分解してそれを改良した
10. The psychologist deconstructed the patient's behavior to understand its cause.(心理学者患者行動解析してその原因理解した

Deconstruct()

出典: フリー百科事典『ウィキペディア(Wikipedia)』 (2020/10/02 08:54 UTC 版)

C Sharpのデータ型」の記事における「Deconstruct()」の解説

Deconstruct()メソッド定義された型では、分解構文利用することができる。拡張メソッドによる定義でも構わない。 ///

Deconstructメソッド実装する型class Person { public string Name { get; set; } public int Age { get; set; } /// 分解メソッド public void Deconstruct(out string name, out int age) { name = Name; age = Age; }}var person = new Person() { Name = "Taro", Age = 18 };// 分解構文var (name, age) = person;// 以下のDeconstructメソッド呼び出しと同じperson.Deconstruct(out var name, out var age);

※この「Deconstruct()」の解説は、「C Sharpのデータ型」の解説の一部です。
「Deconstruct()」を含む「C Sharpのデータ型」の記事については、「C Sharpのデータ型」の概要を参照ください。

ウィキペディア小見出し辞書の「Deconstruct」の項目はプログラムで機械的に意味や本文を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。 お問い合わせ


英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「Deconstruct」の関連用語

Deconstructのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



Deconstructのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
実用日本語表現辞典実用日本語表現辞典
Copyright © 2024実用日本語表現辞典 All Rights Reserved.
ウィキペディアウィキペディア
Text is available under GNU Free Documentation License (GFDL).
Weblio辞書に掲載されている「ウィキペディア小見出し辞書」の記事は、WikipediaのC Sharpのデータ型 (改訂履歴)の記事を複製、再配布したものにあたり、GNU Free Documentation Licenseというライセンスの下で提供されています。

©2024 GRAS Group, Inc.RSS