Struct H5LinkAccess
A structure which controls how the link is accessed. Reference: hdfgroup.org.
The prefix to be applied to external link paths. Reference: hdfgroup.org.public readonly struct H5LinkAccess : IEquatable<H5LinkAccess>
- Implements
Constructors
H5LinkAccess(string?)
A structure which controls how the link is accessed. Reference: hdfgroup.org.
The prefix to be applied to external link paths. Reference: hdfgroup.org.public H5LinkAccess(string? ExternalLinkPrefix = null)
Parameters
ExternalLinkPrefixstring
Properties
ExternalLinkPrefix
public string? ExternalLinkPrefix { get; init; }
Property Value
Methods
Deconstruct(out string?)
public void Deconstruct(out string? ExternalLinkPrefix)
Parameters
ExternalLinkPrefixstring
Equals(H5LinkAccess)
public bool Equals(H5LinkAccess other)
Parameters
otherH5LinkAccess
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(H5LinkAccess, H5LinkAccess)
public static bool operator ==(H5LinkAccess left, H5LinkAccess right)
Parameters
leftH5LinkAccessrightH5LinkAccess
Returns
operator !=(H5LinkAccess, H5LinkAccess)
public static bool operator !=(H5LinkAccess left, H5LinkAccess right)
Parameters
leftH5LinkAccessrightH5LinkAccess