PortableProperty Constructor |
Name | Description | |
---|---|---|
![]() | PortableProperty |
Constructs a PortableProperty attribute with a default index
value of -1.
|
![]() | PortableProperty(Int32) |
Construct a PortableProperty attribute with a
CodecsDefaultCodec.
|
![]() | PortableProperty(Type) |
Construct a PortableProperty attribute with the specified
ICodec Type. Defaults the index to -1.
|
![]() | PortableProperty(Int32, Type) |
Construct a PortableProperty attribute using the specified
index and ICodec Type.
|