Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Shaders.Ast.CloneContext Class Reference

Provides a dictionary of cloned values, where the [key] is the original object and [value] the new object cloned associated to the original object. More...

Inheritance diagram for SiliconStudio.Shaders.Ast.CloneContext:

Public Member Functions

 CloneContext ()
 Initializes a new instance of the CloneContext class. More...
 
 CloneContext (CloneContext parent)
 Initializes a new instance of the CloneContext class. More...
 
new bool ContainsKey (object key)
 
new bool TryGetValue (object key, out object value)
 

Properties

CloneContext Parent [get, set]
 Gets the parent. More...
 
new object this[object key] [get, set]
 

Detailed Description

Provides a dictionary of cloned values, where the [key] is the original object and [value] the new object cloned associated to the original object.

Definition at line 17 of file Node.Clone.Extension.cs.

Constructor & Destructor Documentation

SiliconStudio.Shaders.Ast.CloneContext.CloneContext ( )

Initializes a new instance of the CloneContext class.

Definition at line 30 of file Node.Clone.Extension.cs.

SiliconStudio.Shaders.Ast.CloneContext.CloneContext ( CloneContext  parent)

Initializes a new instance of the CloneContext class.

Parameters
parentThe parent context use for chaining several clone context.

Definition at line 39 of file Node.Clone.Extension.cs.

Member Function Documentation

new bool SiliconStudio.Shaders.Ast.CloneContext.ContainsKey ( object  key)

Definition at line 50 of file Node.Clone.Extension.cs.

new bool SiliconStudio.Shaders.Ast.CloneContext.TryGetValue ( object  key,
out object  value 
)

Definition at line 55 of file Node.Clone.Extension.cs.

Property Documentation

CloneContext SiliconStudio.Shaders.Ast.CloneContext.Parent
getset

Gets the parent.

The parent.

Definition at line 48 of file Node.Clone.Extension.cs.

new object SiliconStudio.Shaders.Ast.CloneContext.this[object key]
getset

Definition at line 61 of file Node.Clone.Extension.cs.


The documentation for this class was generated from the following file: