Class ForceNoNamespaceAttribute
Indicates that no namespace should be added to this field.
Inherited Members
System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfoCount(System.UInt32)
System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfo(System.UInt32, System.UInt32, System.IntPtr)
System.Attribute.System.Runtime.InteropServices._Attribute.GetIDsOfNames(System.Guid, System.IntPtr, System.UInt32, System.UInt32, System.IntPtr)
System.Attribute.System.Runtime.InteropServices._Attribute.Invoke(System.UInt32, System.Guid, System.UInt32, System.Int16, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr)
Namespace: USD.NET
Syntax
public class ForceNoNamespaceAttribute : Attribute, _Attribute
Remarks
The serialization code typically adds an extra namespace to dictionary fields. If you want to hold multiple primvars in a dictionary without adding the extra namespace you should add this attribute to your field.
Constructors
ForceNoNamespaceAttribute()
Declaration
public ForceNoNamespaceAttribute()