Click or drag to resize

IcddResourceWrapper(String, String, IGraph) Constructor

Initializes a new instance of the IcddResourceWrapper class

Namespace: IIB.ICDD.Model
Assembly: IIB.ICDD (in IIB.ICDD.dll) Version: 1.0.0
Syntax
C#
public IcddResourceWrapper(
	string ns,
	string type,
	IGraph graph
)

Parameters

ns  String
 
type  String
 
graph  IGraph
 
See Also