Class SdfPathStringPair
Inheritance
SdfPathStringPair
Namespace: pxr
Syntax
public class SdfPathStringPair : IDisposable
Constructors
SdfPathStringPair()
Declaration
public SdfPathStringPair()
SdfPathStringPair(SdfPathStringPair)
Declaration
public SdfPathStringPair(SdfPathStringPair p)
Parameters
SdfPathStringPair(String, String)
Declaration
public SdfPathStringPair(string t, string u)
Parameters
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
first
Declaration
public string first { get; set; }
Property Value
second
Declaration
public string second { get; set; }
Property Value
Methods
Dispose()
Declaration
public virtual void Dispose()
Implements
Finalize()
Declaration
protected void Finalize()