  | ContainerHelperIfAttributeOfElementIsContainerThenCloneContainer(IObject, String, Object, AttributeType) Method | 
            If the attribute of the given name of the given element is a container attribute
            then return a clone of the given container value, otherwise just return the original value;
            additionally returns the AttributeType of the attribute of the element.
            
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static Object IfAttributeOfElementIsContainerThenCloneContainer(
	IObject element,
	string AttributeName,
	Object value,
	out AttributeType attrType
)
Parameters
- element  IObject
 -  
 - AttributeName  String
 -  
 - value  Object
 -  
 - attrType  AttributeType
 -  
 
Return Value
Object
See Also